Documentation ¶
Overview ¶
Code generated by pegomock. DO NOT EDIT.
Code generated by pegomock. DO NOT EDIT.
Code generated by pegomock. DO NOT EDIT.
Code generated by pegomock. DO NOT EDIT.
Code generated by pegomock. DO NOT EDIT.
Code generated by pegomock. DO NOT EDIT.
Code generated by pegomock. DO NOT EDIT.
Code generated by pegomock. DO NOT EDIT.
Code generated by pegomock. DO NOT EDIT.
Code generated by pegomock. DO NOT EDIT.
Code generated by pegomock. DO NOT EDIT.
Code generated by pegomock. DO NOT EDIT.
Index ¶
- func AnyHttpRequest() http.Request
- func AnyIoReadCloser() io.ReadCloser
- func AnyMapOfHttpFileToHttpFile() map[http.File]http.File
- func AnyMapOfIntToInt() map[int]int
- func AnyMapOfStringToEmptyUnnamedStruct() map[string]struct{}
- func AnyMapOfStringToHttpRequest() map[string]http.Request
- func AnyMapOfStringToInterface() map[string]interface{}
- func AnyPtrToHttpRequest() *http.Request
- func AnyRecvChanOfString() <-chan string
- func AnySendChanOfError() chan<- error
- func AnySliceOfString() []string
- func AnyTimeTime() time.Time
- func EqHttpRequest(value http.Request) http.Request
- func EqIoReadCloser(value io.ReadCloser) io.ReadCloser
- func EqMapOfHttpFileToHttpFile(value map[http.File]http.File) map[http.File]http.File
- func EqMapOfIntToInt(value map[int]int) map[int]int
- func EqMapOfStringToEmptyUnnamedStruct(value map[string]struct{}) map[string]struct{}
- func EqMapOfStringToHttpRequest(value map[string]http.Request) map[string]http.Request
- func EqMapOfStringToInterface(value map[string]interface{}) map[string]interface{}
- func EqPtrToHttpRequest(value *http.Request) *http.Request
- func EqRecvChanOfString(value <-chan string) <-chan string
- func EqSendChanOfError(value chan<- error) chan<- error
- func EqSliceOfString(value []string) []string
- func EqTimeTime(value time.Time) time.Time
- func HttpRequestThat(matcher pegomock.ArgumentMatcher) http.Request
- func IoReadCloserThat(matcher pegomock.ArgumentMatcher) io.ReadCloser
- func MapOfHttpFileToHttpFileThat(matcher pegomock.ArgumentMatcher) map[http.File]http.File
- func MapOfIntToIntThat(matcher pegomock.ArgumentMatcher) map[int]int
- func MapOfStringToEmptyUnnamedStructThat(matcher pegomock.ArgumentMatcher) map[string]struct{}
- func MapOfStringToHttpRequestThat(matcher pegomock.ArgumentMatcher) map[string]http.Request
- func MapOfStringToInterfaceThat(matcher pegomock.ArgumentMatcher) map[string]interface{}
- func NotEqHttpRequest(value http.Request) http.Request
- func NotEqIoReadCloser(value io.ReadCloser) io.ReadCloser
- func NotEqMapOfHttpFileToHttpFile(value map[http.File]http.File) map[http.File]http.File
- func NotEqMapOfIntToInt(value map[int]int) map[int]int
- func NotEqMapOfStringToEmptyUnnamedStruct(value map[string]struct{}) map[string]struct{}
- func NotEqMapOfStringToHttpRequest(value map[string]http.Request) map[string]http.Request
- func NotEqMapOfStringToInterface(value map[string]interface{}) map[string]interface{}
- func NotEqPtrToHttpRequest(value *http.Request) *http.Request
- func NotEqRecvChanOfString(value <-chan string) <-chan string
- func NotEqSendChanOfError(value chan<- error) chan<- error
- func NotEqSliceOfString(value []string) []string
- func NotEqTimeTime(value time.Time) time.Time
- func PtrToHttpRequestThat(matcher pegomock.ArgumentMatcher) *http.Request
- func RecvChanOfStringThat(matcher pegomock.ArgumentMatcher) <-chan string
- func SendChanOfErrorThat(matcher pegomock.ArgumentMatcher) chan<- error
- func SliceOfStringThat(matcher pegomock.ArgumentMatcher) []string
- func TimeTimeThat(matcher pegomock.ArgumentMatcher) time.Time
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnyHttpRequest ¶
func AnyIoReadCloser ¶
func AnyIoReadCloser() io.ReadCloser
func AnyMapOfIntToInt ¶
func AnyMapOfStringToEmptyUnnamedStruct ¶
func AnyMapOfStringToEmptyUnnamedStruct() map[string]struct{}
func AnyMapOfStringToInterface ¶
func AnyMapOfStringToInterface() map[string]interface{}
func AnyPtrToHttpRequest ¶
func AnyRecvChanOfString ¶
func AnyRecvChanOfString() <-chan string
func AnySendChanOfError ¶
func AnySendChanOfError() chan<- error
func AnySliceOfString ¶
func AnySliceOfString() []string
func AnyTimeTime ¶
func EqIoReadCloser ¶
func EqIoReadCloser(value io.ReadCloser) io.ReadCloser
func EqRecvChanOfString ¶
func EqSendChanOfError ¶
func EqSliceOfString ¶
func HttpRequestThat ¶
func HttpRequestThat(matcher pegomock.ArgumentMatcher) http.Request
func IoReadCloserThat ¶
func IoReadCloserThat(matcher pegomock.ArgumentMatcher) io.ReadCloser
func MapOfIntToIntThat ¶
func MapOfIntToIntThat(matcher pegomock.ArgumentMatcher) map[int]int
func MapOfStringToEmptyUnnamedStructThat ¶
func MapOfStringToEmptyUnnamedStructThat(matcher pegomock.ArgumentMatcher) map[string]struct{}
func MapOfStringToHttpRequestThat ¶
func MapOfStringToHttpRequestThat(matcher pegomock.ArgumentMatcher) map[string]http.Request
func MapOfStringToInterfaceThat ¶
func MapOfStringToInterfaceThat(matcher pegomock.ArgumentMatcher) map[string]interface{}
func NotEqIoReadCloser ¶
func NotEqIoReadCloser(value io.ReadCloser) io.ReadCloser
func NotEqRecvChanOfString ¶
func NotEqSendChanOfError ¶
func NotEqSliceOfString ¶
func PtrToHttpRequestThat ¶
func PtrToHttpRequestThat(matcher pegomock.ArgumentMatcher) *http.Request
func RecvChanOfStringThat ¶
func RecvChanOfStringThat(matcher pegomock.ArgumentMatcher) <-chan string
func SendChanOfErrorThat ¶
func SendChanOfErrorThat(matcher pegomock.ArgumentMatcher) chan<- error
func SliceOfStringThat ¶
func SliceOfStringThat(matcher pegomock.ArgumentMatcher) []string
func TimeTimeThat ¶
func TimeTimeThat(matcher pegomock.ArgumentMatcher) time.Time
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.