()
| 1143 | } |
| 1144 | |
| 1145 | func (x *Trojan) GetPassword() string { |
| 1146 | if x != nil { |
| 1147 | return x.Password |
| 1148 | } |
| 1149 | return "" |
| 1150 | } |
| 1151 | |
| 1152 | type Shadowsocks struct { |
| 1153 | state protoimpl.MessageState `protogen:"open.v1"` |
no outgoing calls
no test coverage detected