github.com/Asutorufa/yuhaiin@v0.3.6-0.20240502055049-7984da7023a0/pkg/protos/node/subscribe/subscribe.proto (about) 1 syntax = "proto3"; 2 3 package yuhaiin.subscribe; 4 5 option go_package = "github.com/Asutorufa/yuhaiin/pkg/protos/node/subscribe"; 6 7 enum type { 8 reserve = 0; 9 trojan = 1; 10 vmess = 2; 11 shadowsocks = 3; 12 shadowsocksr = 4; 13 } 14 15 message link { 16 string name = 1 [ json_name = "name" ]; 17 type type = 2 [ json_name = "type" ]; 18 string url = 3 [ json_name = "url" ]; 19 }