Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Callback ¶
type Service ¶
type Service struct { UUID string Name string Version string Environment string Region string Host string Port uint16 TTL uint32 // Seconds Expires time.Time Callback map[string]Callback `json:"-"` // Callbacks are found by UUID }
func (*Service) RemainingTTL ¶
RemainingTTL returns the amount of time remaining before expiration.
Click to show internal directories.
Click to hide internal directories.