Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Broker ¶
type Broker struct {
// contains filtered or unexported fields
}
func (*Broker) Repo ¶
func (b *Broker) Repo() repository.DBRepository
type Server ¶
type Server interface {
Config() *Config
Repo() repository.DBRepository
}
Click to show internal directories.
Click to hide internal directories.