Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrokerServer ¶
type BrokerServer struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer() *BrokerServer
func (*BrokerServer) ServedRequests ¶
func (b *BrokerServer) ServedRequests() []*http.Request
func (*BrokerServer) Start ¶
func (b *BrokerServer) Start() *BrokerServer
func (*BrokerServer) Stop ¶
func (b *BrokerServer) Stop()
func (*BrokerServer) URL ¶
func (b *BrokerServer) URL() string
func (*BrokerServer) WithResponse ¶
func (b *BrokerServer) WithResponse(pattern string, response map[string]any, statusCode int) *BrokerServer
type Deleter ¶ added in v0.14.0
type Deleter struct {
// contains filtered or unexported fields
}
func NewDeleter ¶ added in v0.14.0
func (*Deleter) ForBrokerGUID ¶ added in v0.14.0
func (*Deleter) ForBrokerName ¶ added in v0.14.0
Click to show internal directories.
Click to hide internal directories.