Documentation ¶
Index ¶
- type MockEmbed
- func (_m *MockEmbed) EXPECT() *_MockEmbedRecorder
- func (_m *MockEmbed) EmbeddedMethod()
- func (_m *MockEmbed) ForeignEmbeddedMethod() *bufio.Reader
- func (_m *MockEmbed) ImplicitPackage(_param0 string, _param1 imp1.ImpT, _param2 []imp1.ImpT, _param3 *imp1.ImpT, ...)
- func (_m *MockEmbed) RegularMethod()
- type MockEmbedded
- type MockIndex
- func (_m *MockIndex) Anon(_param0 string)
- func (_m *MockIndex) Chan(_param0 chan int, _param1 chan<- hash.Hash)
- func (_m *MockIndex) ConcreteRet() chan<- bool
- func (_m *MockIndex) EXPECT() *_MockIndexRecorder
- func (_m *MockIndex) Ellip(_param0 string, _param1 ...interface{})
- func (_m *MockIndex) EllipOnly(_param0 ...string)
- func (_m *MockIndex) ForeignFour(_param0 imp4.Imp4)
- func (_m *MockIndex) ForeignOne(_param0 imp1.Imp1)
- func (_m *MockIndex) ForeignThree(_param0 imp3.Imp3)
- func (_m *MockIndex) ForeignTwo(_param0 imp2.Imp2)
- func (_m *MockIndex) Func(_param0 func(http.Request) (int, bool))
- func (_m *MockIndex) Get(_param0 string) interface{}
- func (_m *MockIndex) GetTwo(_param0 string, _param1 string) (interface{}, interface{})
- func (_m *MockIndex) Map(_param0 map[int]hash.Hash)
- func (_m *MockIndex) NillableRet() error
- func (_m *MockIndex) Other() hash.Hash
- func (_m *MockIndex) Ptr(_param0 *int)
- func (_m *MockIndex) Put(_param0 string, _param1 interface{})
- func (_m *MockIndex) Slice(_param0 []int, _param1 []byte) [3]int
- func (_m *MockIndex) Struct(_param0 struct{})
- func (_m *MockIndex) StructChan(_param0 chan struct{})
- func (_m *MockIndex) Summary(_param0 *bytes.Buffer, _param1 io.Writer)
- func (_m *MockIndex) Templates(_param0 template.CSS, _param1 template0.FuncMap)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockEmbed ¶
type MockEmbed struct {
// contains filtered or unexported fields
}
Mock of Embed interface
func NewMockEmbed ¶
func NewMockEmbed(ctrl *gomock.Controller) *MockEmbed
func (*MockEmbed) EmbeddedMethod ¶
func (_m *MockEmbed) EmbeddedMethod()
func (*MockEmbed) ForeignEmbeddedMethod ¶
func (*MockEmbed) ImplicitPackage ¶
func (*MockEmbed) RegularMethod ¶
func (_m *MockEmbed) RegularMethod()
type MockEmbedded ¶
type MockEmbedded struct {
// contains filtered or unexported fields
}
Mock of Embedded interface
func NewMockEmbedded ¶
func NewMockEmbedded(ctrl *gomock.Controller) *MockEmbedded
func (*MockEmbedded) EXPECT ¶
func (_m *MockEmbedded) EXPECT() *_MockEmbeddedRecorder
func (*MockEmbedded) EmbeddedMethod ¶
func (_m *MockEmbedded) EmbeddedMethod()
type MockIndex ¶
type MockIndex struct {
// contains filtered or unexported fields
}
Mock of Index interface
func NewMockIndex ¶
func NewMockIndex(ctrl *gomock.Controller) *MockIndex
func (*MockIndex) ConcreteRet ¶
func (*MockIndex) ForeignFour ¶
func (*MockIndex) ForeignOne ¶
func (*MockIndex) ForeignThree ¶
func (*MockIndex) ForeignTwo ¶
func (*MockIndex) NillableRet ¶
func (*MockIndex) StructChan ¶
func (_m *MockIndex) StructChan(_param0 chan struct{})
Click to show internal directories.
Click to hide internal directories.