Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MatchedType ¶
type MatchedType int
const ( MatchedTypeNone MatchedType = 0 MatchedTypeMetaData MatchedType = 1 MatchedTypeBody MatchedType = 2 )
type Matcher ¶
type Matcher struct {
// contains filtered or unexported fields
}
func NewMatcher ¶
func NewMatcher(svcCtx *svc.ServiceContext) *Matcher
type Response ¶
type Response struct { MatchType MatchedType MockResp interface{} }
Click to show internal directories.
Click to hide internal directories.