Documentation ¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: golang.org/x/tools/present (interfaces: Elem)
Generated by this command:
mockgen -destination mock.go -package vendor_pkg golang.org/x/tools/present Elem
Package vendor_pkg is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockElem ¶
type MockElem struct {
// contains filtered or unexported fields
}
MockElem is a mock of Elem interface.
func NewMockElem ¶
func NewMockElem(ctrl *gomock.Controller) *MockElem
NewMockElem creates a new mock instance.
func (*MockElem) EXPECT ¶
func (m *MockElem) EXPECT() *MockElemMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockElem) TemplateName ¶
TemplateName mocks base method.
type MockElemMockRecorder ¶
type MockElemMockRecorder struct {
// contains filtered or unexported fields
}
MockElemMockRecorder is the mock recorder for MockElem.
func (*MockElemMockRecorder) TemplateName ¶
func (mr *MockElemMockRecorder) TemplateName() *gomock.Call
TemplateName indicates an expected call of TemplateName.
Click to show internal directories.
Click to hide internal directories.