Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MatchRequest ¶
type MatchRequest struct {
Name string `json:"name"`
}
type MatchResponse ¶
type MatchResponse struct {
Status string `json:"status"`
}
type Matcher ¶
func NewMatcher ¶
type MatcherAPI ¶
type MatcherAPI struct { Router chi.Router Service Matcher }
func NewMatcherAPI ¶
func NewMatcherAPI(bus EventBus.Bus) MatcherAPI
Click to show internal directories.
Click to hide internal directories.