Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckNoError ¶ added in v0.0.3
func NewTestClient ¶
func NewTestClient(respoceCreator RoundTripFunc) *http.Client
Types ¶
type MidelwaresTracker ¶
type MidelwaresTracker struct { CallsOrder []string // contains filtered or unexported fields }
func NewMidelwaresTracker ¶
func NewMidelwaresTracker(t *testing.T) *MidelwaresTracker
func (*MidelwaresTracker) MakeFinalMidelware ¶
func (t *MidelwaresTracker) MakeFinalMidelware(name string) *mocks.HandlingMiddlewareMock
func (*MidelwaresTracker) MakeMidelware ¶
func (t *MidelwaresTracker) MakeMidelware(name string) *mocks.HandlingMiddlewareMock
Click to show internal directories.
Click to hide internal directories.