Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceInfo ¶
type ServiceInfo struct {
Prefix string `json:"prefix"`
Key string `json:"key"`
Name string `json:"name"`
Addr string `json:"addr"`
}
func Marshall ¶
func Marshall(val []byte) *ServiceInfo
func New ¶
func New(prefix, key, name, addr string) *ServiceInfo
func (*ServiceInfo) String ¶
func (s *ServiceInfo) String() string
Click to show internal directories.
Click to hide internal directories.