Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInternal = errors.New("matches: internal failure")
ErrInternal indicates some unexpected internal failure.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { // Search finds all matching subscription ids and supplies them to the specified consume function. Search(ctx context.Context, msgId string, consume util.ConsumeFunc[string]) (n uint32, err error) }
func NewService ¶
func NewService(client ServiceClient) Service
func NewServiceMock ¶
func NewServiceMock() Service
Click to show internal directories.
Click to hide internal directories.