Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockNamedVar ¶
type MockNamedVar struct {
// contains filtered or unexported fields
}
Mock of NamedVar interface
func NewMockNamedVar ¶
func NewMockNamedVar(ctrl *gomock.Controller) *MockNamedVar
func (*MockNamedVar) EXPECT ¶
func (_m *MockNamedVar) EXPECT() *_MockNamedVarRecorder
func (*MockNamedVar) Name ¶
func (_m *MockNamedVar) Name() string
func (*MockNamedVar) String ¶
func (_m *MockNamedVar) String() string
type MockStatement ¶
type MockStatement struct {
// contains filtered or unexported fields
}
Mock of Statement interface
func NewMockStatement ¶
func NewMockStatement(ctrl *gomock.Controller) *MockStatement
func (*MockStatement) EXPECT ¶
func (_m *MockStatement) EXPECT() *_MockStatementRecorder
func (*MockStatement) String ¶
func (_m *MockStatement) String() string
Click to show internal directories.
Click to hide internal directories.