Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PolarisConf ¶
type PolarisConf struct { Service string `json:"service" yaml:"service"` Namespace string `json:"namespace" yaml:"namespace"` Group string `json:"group" yaml:"group"` Filename string `json:"filename" yaml:"filename"` RetryCount *int `json:"retry_count" yaml:"retry_count"` Timeout *time.Duration `json:"timeout" yaml:"timeout"` }
type ServerConf ¶
type ServerConf struct { Name string `json:"name" yaml:"name"` Host string `json:"host" yaml:"host"` Port int `json:"port" yaml:"port"` Protocol *string `json:"protocol" yaml:"protocol"` Region string `json:"zone" yaml:"zone"` Zone string `json:"region" yaml:"region"` Campus string `json:"campus" yaml:"campus"` Log LogConf `json:"log" yaml:"log"` }
Click to show internal directories.
Click to hide internal directories.