Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Commander ¶
type Commander struct { Users *users.Service Discord *worker.DiscordWorker Registrar *RegistrarWorker // contains filtered or unexported fields }
func NewCommander ¶
type RegistrarHandler ¶
type RegistrarWorker ¶
type RegistrarWorker struct {
// contains filtered or unexported fields
}
func NewRegistrarWorker ¶
func NewRegistrarWorker(registrar *discovery.ConsulDiscovery) *RegistrarWorker
func (*RegistrarWorker) AddRegistrarHandler ¶
func (r *RegistrarWorker) AddRegistrarHandler(handler discovery.HandlerFunc)
func (*RegistrarWorker) Run ¶
func (r *RegistrarWorker) Run(name string)
Click to show internal directories.
Click to hide internal directories.