Documentation ¶
Index ¶
- type Broker
- func (b *Broker) APIVersion(ctx *fiber.Ctx) error
- func (b *Broker) CreateQuery(ctx *fiber.Ctx) error
- func (b *Broker) GetHost() string
- func (b *Broker) GetID() string
- func (b *Broker) GetMetadata() map[string]string
- func (b *Broker) GetName() string
- func (b *Broker) GetPort() string
- func (b *Broker) ShutdownServer() error
- func (b *Broker) StartServer(address string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Broker ¶
type Broker struct { Name string ID uuid.UUID Hostname string // contains filtered or unexported fields }
func New ¶
func New(config configuration.Configuration) (*Broker, error)
func (*Broker) APIVersion ¶
func (*Broker) CreateQuery ¶
func (*Broker) GetMetadata ¶
func (*Broker) ShutdownServer ¶
func (*Broker) StartServer ¶
Click to show internal directories.
Click to hide internal directories.