Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceEntry ¶
type ServiceEntry struct {
// contains filtered or unexported fields
}
ServiceEntry is an internal service entry implementation.
func NewServiceEntry ¶
func NewServiceEntry(cfg types.ServiceConfig, stateCh chan<- ServiceState) *ServiceEntry
NewServiceEntry creates new service entry.
type ServiceState ¶
type ServiceState struct {
Status types.ServiceStatus
Error error
}
ServiceState represents service status and optional error.
Click to show internal directories.
Click to hide internal directories.