()
| 231 | } |
| 232 | |
| 233 | func (x *Auth) GetPublicKeyPath() string { |
| 234 | if x != nil { |
| 235 | return x.PublicKeyPath |
| 236 | } |
| 237 | return "" |
| 238 | } |
| 239 | |
| 240 | type Bootstrap_NatsServer struct { |
| 241 | state protoimpl.MessageState `protogen:"open.v1"` |
no outgoing calls
no test coverage detected