| 402 | } |
| 403 | |
| 404 | type HAProxyConfig struct { |
| 405 | state protoimpl.MessageState |
| 406 | sizeCache protoimpl.SizeCache |
| 407 | unknownFields protoimpl.UnknownFields |
| 408 | |
| 409 | Dataplanes []string `protobuf:"bytes,1,rep,name=Dataplanes,proto3" json:"Dataplanes,omitempty"` |
| 410 | RegistrationServers []string `protobuf:"bytes,2,rep,name=RegistrationServers,proto3" json:"RegistrationServers,omitempty"` |
| 411 | } |
| 412 | |
| 413 | func (x *HAProxyConfig) Reset() { |
| 414 | *x = HAProxyConfig{} |
nothing calls this directly
no outgoing calls
no test coverage detected