Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
func NewServiceRegistry ¶
func NewServiceRegistry() *Registry
func (*Registry) Register ¶
func (r *Registry) Register(name ServiceName, service Service)
type ServiceName ¶
type ServiceName string
const ( VTunServiceName ServiceName = "vtun" OLSRServiceName ServiceName = "olsr" BabelServiceName ServiceName = "babel" DNSMasqServiceName ServiceName = "dnsmasq" )
Click to show internal directories.
Click to hide internal directories.