hpds_node/config/mesh.go

10 lines
248 B
Go
Raw Normal View History

2022-10-12 11:55:36 +08:00
package config
// MeshMessageQueue describes mesh configurations.
type MeshMessageQueue struct {
Name string `json:"name"`
Host string `json:"host"`
Port int `json:"port"`
Credential string `json:"credential,omitempty"`
}