Documentation ¶
Overview ¶
Package mock_interfaces is a generated GoMock package.
Package mock_interfaces is a generated GoMock package.
Package mock_interfaces is a generated GoMock package.
Package mock_interfaces is a generated GoMock package.
Index ¶
- type MockCounter
- type MockCounterMockRecorder
- type MockDialer
- type MockDialerMockRecorder
- func (mr *MockDialerMockRecorder) Close() *gomock.Call
- func (mr *MockDialerMockRecorder) Connect() *gomock.Call
- func (mr *MockDialerMockRecorder) IsConnected() *gomock.Call
- func (mr *MockDialerMockRecorder) Ping() *gomock.Call
- func (mr *MockDialerMockRecorder) Read() *gomock.Call
- func (mr *MockDialerMockRecorder) Write(arg0 interface{}) *gomock.Call
- type MockDropper
- type MockDropperMockRecorder
- type MockEdge
- func (m *MockEdge) Add(builder interfaces.QueryBuilder) interfaces.Edge
- func (m *MockEdge) Count() interfaces.QueryBuilder
- func (m *MockEdge) Drop() interfaces.QueryBuilder
- func (m *MockEdge) EXPECT() *MockEdgeMockRecorder
- func (m *MockEdge) From(v interfaces.Vertex) interfaces.Edge
- func (m *MockEdge) HasLabel(label ...string) interfaces.Edge
- func (m *MockEdge) InV() interfaces.Vertex
- func (m *MockEdge) OutV() interfaces.Vertex
- func (m *MockEdge) Profile() interfaces.QueryBuilder
- func (m *MockEdge) String() string
- func (m *MockEdge) To(v interfaces.Vertex) interfaces.Edge
- type MockEdgeMockRecorder
- func (mr *MockEdgeMockRecorder) Add(builder interface{}) *gomock.Call
- func (mr *MockEdgeMockRecorder) Count() *gomock.Call
- func (mr *MockEdgeMockRecorder) Drop() *gomock.Call
- func (mr *MockEdgeMockRecorder) From(v interface{}) *gomock.Call
- func (mr *MockEdgeMockRecorder) HasLabel(label ...interface{}) *gomock.Call
- func (mr *MockEdgeMockRecorder) InV() *gomock.Call
- func (mr *MockEdgeMockRecorder) OutV() *gomock.Call
- func (mr *MockEdgeMockRecorder) Profile() *gomock.Call
- func (mr *MockEdgeMockRecorder) String() *gomock.Call
- func (mr *MockEdgeMockRecorder) To(v interface{}) *gomock.Call
- type MockGraph
- func (m *MockGraph) AddV(label string) interfaces.Vertex
- func (m *MockGraph) E() interfaces.Edge
- func (m *MockGraph) EXPECT() *MockGraphMockRecorder
- func (m *MockGraph) String() string
- func (m *MockGraph) V() interfaces.Vertex
- func (m *MockGraph) VBy(id int) interfaces.Vertex
- func (m *MockGraph) VByStr(id string) interfaces.Vertex
- func (m *MockGraph) VByUUID(id uuid.UUID) interfaces.Vertex
- type MockGraphMockRecorder
- func (mr *MockGraphMockRecorder) AddV(label interface{}) *gomock.Call
- func (mr *MockGraphMockRecorder) E() *gomock.Call
- func (mr *MockGraphMockRecorder) String() *gomock.Call
- func (mr *MockGraphMockRecorder) V() *gomock.Call
- func (mr *MockGraphMockRecorder) VBy(id interface{}) *gomock.Call
- func (mr *MockGraphMockRecorder) VByStr(id interface{}) *gomock.Call
- func (mr *MockGraphMockRecorder) VByUUID(id interface{}) *gomock.Call
- type MockProfiler
- type MockProfilerMockRecorder
- type MockQueryBuilder
- type MockQueryBuilderMockRecorder
- type MockQueryExecutor
- func (m *MockQueryExecutor) Close() error
- func (m *MockQueryExecutor) EXPECT() *MockQueryExecutorMockRecorder
- func (m *MockQueryExecutor) Execute(query string) ([]interfaces.Response, error)
- func (m *MockQueryExecutor) ExecuteAsync(query string, responseChannel chan interfaces.AsyncResponse) error
- func (m *MockQueryExecutor) ExecuteFile(path string) ([]interfaces.Response, error)
- func (m *MockQueryExecutor) ExecuteFileWithBindings(path string, bindings, rebindings map[string]string) ([]interfaces.Response, error)
- func (m *MockQueryExecutor) ExecuteWithBindings(query string, bindings, rebindings map[string]string) ([]interfaces.Response, error)
- func (m *MockQueryExecutor) IsConnected() bool
- func (m *MockQueryExecutor) LastError() error
- func (m *MockQueryExecutor) Ping() error
- type MockQueryExecutorMockRecorder
- func (mr *MockQueryExecutorMockRecorder) Close() *gomock.Call
- func (mr *MockQueryExecutorMockRecorder) Execute(query interface{}) *gomock.Call
- func (mr *MockQueryExecutorMockRecorder) ExecuteAsync(query, responseChannel interface{}) *gomock.Call
- func (mr *MockQueryExecutorMockRecorder) ExecuteFile(path interface{}) *gomock.Call
- func (mr *MockQueryExecutorMockRecorder) ExecuteFileWithBindings(path, bindings, rebindings interface{}) *gomock.Call
- func (mr *MockQueryExecutorMockRecorder) ExecuteWithBindings(query, bindings, rebindings interface{}) *gomock.Call
- func (mr *MockQueryExecutorMockRecorder) IsConnected() *gomock.Call
- func (mr *MockQueryExecutorMockRecorder) LastError() *gomock.Call
- func (mr *MockQueryExecutorMockRecorder) Ping() *gomock.Call
- type MockVertex
- func (m *MockVertex) Add(builder interfaces.QueryBuilder) interfaces.Vertex
- func (m *MockVertex) AddE(label string) interfaces.Edge
- func (m *MockVertex) Count() interfaces.QueryBuilder
- func (m *MockVertex) Drop() interfaces.QueryBuilder
- func (m *MockVertex) EXPECT() *MockVertexMockRecorder
- func (m *MockVertex) Has(key, value string) interfaces.Vertex
- func (m *MockVertex) HasInt(key string, value int) interfaces.Vertex
- func (m *MockVertex) HasLabel(vertexLabel ...string) interfaces.Vertex
- func (m *MockVertex) Id() interfaces.QueryBuilder
- func (m *MockVertex) InE(labels ...string) interfaces.Edge
- func (m *MockVertex) OutE(labels ...string) interfaces.Edge
- func (m *MockVertex) Profile() interfaces.QueryBuilder
- func (m *MockVertex) Properties() interfaces.QueryBuilder
- func (m *MockVertex) Property(key, value string) interfaces.Vertex
- func (m *MockVertex) PropertyInt(key string, value int) interfaces.Vertex
- func (m *MockVertex) PropertyList(key, value string) interfaces.Vertex
- func (m *MockVertex) String() string
- func (m *MockVertex) ValueMap() interfaces.QueryBuilder
- func (m *MockVertex) Values() interfaces.QueryBuilder
- func (m *MockVertex) ValuesBy(label string) interfaces.QueryBuilder
- type MockVertexMockRecorder
- func (mr *MockVertexMockRecorder) Add(builder interface{}) *gomock.Call
- func (mr *MockVertexMockRecorder) AddE(label interface{}) *gomock.Call
- func (mr *MockVertexMockRecorder) Count() *gomock.Call
- func (mr *MockVertexMockRecorder) Drop() *gomock.Call
- func (mr *MockVertexMockRecorder) Has(key, value interface{}) *gomock.Call
- func (mr *MockVertexMockRecorder) HasInt(key, value interface{}) *gomock.Call
- func (mr *MockVertexMockRecorder) HasLabel(vertexLabel ...interface{}) *gomock.Call
- func (mr *MockVertexMockRecorder) Id() *gomock.Call
- func (mr *MockVertexMockRecorder) InE(labels ...interface{}) *gomock.Call
- func (mr *MockVertexMockRecorder) OutE(labels ...interface{}) *gomock.Call
- func (mr *MockVertexMockRecorder) Profile() *gomock.Call
- func (mr *MockVertexMockRecorder) Properties() *gomock.Call
- func (mr *MockVertexMockRecorder) Property(key, value interface{}) *gomock.Call
- func (mr *MockVertexMockRecorder) PropertyInt(key, value interface{}) *gomock.Call
- func (mr *MockVertexMockRecorder) PropertyList(key, value interface{}) *gomock.Call
- func (mr *MockVertexMockRecorder) String() *gomock.Call
- func (mr *MockVertexMockRecorder) ValueMap() *gomock.Call
- func (mr *MockVertexMockRecorder) Values() *gomock.Call
- func (mr *MockVertexMockRecorder) ValuesBy(label interface{}) *gomock.Call
- type MockWebsocketConnection
- func (m *MockWebsocketConnection) Close() error
- func (m *MockWebsocketConnection) EXPECT() *MockWebsocketConnectionMockRecorder
- func (m *MockWebsocketConnection) ReadMessage() (int, []byte, error)
- func (m *MockWebsocketConnection) SetPongHandler(handler func(string) error)
- func (m *MockWebsocketConnection) SetReadDeadline(t time.Time) error
- func (m *MockWebsocketConnection) SetWriteDeadline(t time.Time) error
- func (m *MockWebsocketConnection) WriteControl(messageType int, data []byte, deadline time.Time) error
- func (m *MockWebsocketConnection) WriteMessage(messageType int, data []byte) error
- type MockWebsocketConnectionMockRecorder
- func (mr *MockWebsocketConnectionMockRecorder) Close() *gomock.Call
- func (mr *MockWebsocketConnectionMockRecorder) ReadMessage() *gomock.Call
- func (mr *MockWebsocketConnectionMockRecorder) SetPongHandler(handler interface{}) *gomock.Call
- func (mr *MockWebsocketConnectionMockRecorder) SetReadDeadline(t interface{}) *gomock.Call
- func (mr *MockWebsocketConnectionMockRecorder) SetWriteDeadline(t interface{}) *gomock.Call
- func (mr *MockWebsocketConnectionMockRecorder) WriteControl(messageType, data, deadline interface{}) *gomock.Call
- func (mr *MockWebsocketConnectionMockRecorder) WriteMessage(messageType, data interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCounter ¶ added in v0.1.4
type MockCounter struct {
// contains filtered or unexported fields
}
MockCounter is a mock of Counter interface.
func NewMockCounter ¶ added in v0.1.4
func NewMockCounter(ctrl *gomock.Controller) *MockCounter
NewMockCounter creates a new mock instance.
func (*MockCounter) Count ¶ added in v0.1.4
func (m *MockCounter) Count() interfaces.QueryBuilder
Count mocks base method.
func (*MockCounter) EXPECT ¶ added in v0.1.4
func (m *MockCounter) EXPECT() *MockCounterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockCounterMockRecorder ¶ added in v0.1.4
type MockCounterMockRecorder struct {
// contains filtered or unexported fields
}
MockCounterMockRecorder is the mock recorder for MockCounter.
func (*MockCounterMockRecorder) Count ¶ added in v0.1.4
func (mr *MockCounterMockRecorder) Count() *gomock.Call
Count indicates an expected call of Count.
type MockDialer ¶
type MockDialer struct {
// contains filtered or unexported fields
}
MockDialer is a mock of Dialer interface.
func NewMockDialer ¶
func NewMockDialer(ctrl *gomock.Controller) *MockDialer
NewMockDialer creates a new mock instance.
func (*MockDialer) EXPECT ¶
func (m *MockDialer) EXPECT() *MockDialerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDialer) IsConnected ¶
func (m *MockDialer) IsConnected() bool
IsConnected mocks base method.
type MockDialerMockRecorder ¶
type MockDialerMockRecorder struct {
// contains filtered or unexported fields
}
MockDialerMockRecorder is the mock recorder for MockDialer.
func (*MockDialerMockRecorder) Close ¶
func (mr *MockDialerMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
func (*MockDialerMockRecorder) Connect ¶
func (mr *MockDialerMockRecorder) Connect() *gomock.Call
Connect indicates an expected call of Connect.
func (*MockDialerMockRecorder) IsConnected ¶
func (mr *MockDialerMockRecorder) IsConnected() *gomock.Call
IsConnected indicates an expected call of IsConnected.
func (*MockDialerMockRecorder) Ping ¶
func (mr *MockDialerMockRecorder) Ping() *gomock.Call
Ping indicates an expected call of Ping.
func (*MockDialerMockRecorder) Read ¶
func (mr *MockDialerMockRecorder) Read() *gomock.Call
Read indicates an expected call of Read.
func (*MockDialerMockRecorder) Write ¶
func (mr *MockDialerMockRecorder) Write(arg0 interface{}) *gomock.Call
Write indicates an expected call of Write.
type MockDropper ¶
type MockDropper struct {
// contains filtered or unexported fields
}
MockDropper is a mock of Dropper interface.
func NewMockDropper ¶
func NewMockDropper(ctrl *gomock.Controller) *MockDropper
NewMockDropper creates a new mock instance.
func (*MockDropper) Drop ¶
func (m *MockDropper) Drop() interfaces.QueryBuilder
Drop mocks base method.
func (*MockDropper) EXPECT ¶
func (m *MockDropper) EXPECT() *MockDropperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockDropperMockRecorder ¶
type MockDropperMockRecorder struct {
// contains filtered or unexported fields
}
MockDropperMockRecorder is the mock recorder for MockDropper.
func (*MockDropperMockRecorder) Drop ¶
func (mr *MockDropperMockRecorder) Drop() *gomock.Call
Drop indicates an expected call of Drop.
type MockEdge ¶
type MockEdge struct {
// contains filtered or unexported fields
}
MockEdge is a mock of Edge interface.
func NewMockEdge ¶
func NewMockEdge(ctrl *gomock.Controller) *MockEdge
NewMockEdge creates a new mock instance.
func (*MockEdge) Add ¶
func (m *MockEdge) Add(builder interfaces.QueryBuilder) interfaces.Edge
Add mocks base method.
func (*MockEdge) Count ¶ added in v0.1.4
func (m *MockEdge) Count() interfaces.QueryBuilder
Count mocks base method.
func (*MockEdge) EXPECT ¶
func (m *MockEdge) EXPECT() *MockEdgeMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockEdge) From ¶
func (m *MockEdge) From(v interfaces.Vertex) interfaces.Edge
From mocks base method.
func (*MockEdge) HasLabel ¶ added in v0.1.4
func (m *MockEdge) HasLabel(label ...string) interfaces.Edge
HasLabel mocks base method.
func (*MockEdge) Profile ¶
func (m *MockEdge) Profile() interfaces.QueryBuilder
Profile mocks base method.
func (*MockEdge) To ¶
func (m *MockEdge) To(v interfaces.Vertex) interfaces.Edge
To mocks base method.
type MockEdgeMockRecorder ¶
type MockEdgeMockRecorder struct {
// contains filtered or unexported fields
}
MockEdgeMockRecorder is the mock recorder for MockEdge.
func (*MockEdgeMockRecorder) Add ¶
func (mr *MockEdgeMockRecorder) Add(builder interface{}) *gomock.Call
Add indicates an expected call of Add.
func (*MockEdgeMockRecorder) Count ¶ added in v0.1.4
func (mr *MockEdgeMockRecorder) Count() *gomock.Call
Count indicates an expected call of Count.
func (*MockEdgeMockRecorder) Drop ¶
func (mr *MockEdgeMockRecorder) Drop() *gomock.Call
Drop indicates an expected call of Drop.
func (*MockEdgeMockRecorder) From ¶
func (mr *MockEdgeMockRecorder) From(v interface{}) *gomock.Call
From indicates an expected call of From.
func (*MockEdgeMockRecorder) HasLabel ¶ added in v0.1.4
func (mr *MockEdgeMockRecorder) HasLabel(label ...interface{}) *gomock.Call
HasLabel indicates an expected call of HasLabel.
func (*MockEdgeMockRecorder) InV ¶
func (mr *MockEdgeMockRecorder) InV() *gomock.Call
InV indicates an expected call of InV.
func (*MockEdgeMockRecorder) OutV ¶
func (mr *MockEdgeMockRecorder) OutV() *gomock.Call
OutV indicates an expected call of OutV.
func (*MockEdgeMockRecorder) Profile ¶
func (mr *MockEdgeMockRecorder) Profile() *gomock.Call
Profile indicates an expected call of Profile.
func (*MockEdgeMockRecorder) String ¶
func (mr *MockEdgeMockRecorder) String() *gomock.Call
String indicates an expected call of String.
func (*MockEdgeMockRecorder) To ¶
func (mr *MockEdgeMockRecorder) To(v interface{}) *gomock.Call
To indicates an expected call of To.
type MockGraph ¶
type MockGraph struct {
// contains filtered or unexported fields
}
MockGraph is a mock of Graph interface.
func NewMockGraph ¶
func NewMockGraph(ctrl *gomock.Controller) *MockGraph
NewMockGraph creates a new mock instance.
func (*MockGraph) AddV ¶
func (m *MockGraph) AddV(label string) interfaces.Vertex
AddV mocks base method.
func (*MockGraph) EXPECT ¶
func (m *MockGraph) EXPECT() *MockGraphMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockGraphMockRecorder ¶
type MockGraphMockRecorder struct {
// contains filtered or unexported fields
}
MockGraphMockRecorder is the mock recorder for MockGraph.
func (*MockGraphMockRecorder) AddV ¶
func (mr *MockGraphMockRecorder) AddV(label interface{}) *gomock.Call
AddV indicates an expected call of AddV.
func (*MockGraphMockRecorder) E ¶
func (mr *MockGraphMockRecorder) E() *gomock.Call
E indicates an expected call of E.
func (*MockGraphMockRecorder) String ¶
func (mr *MockGraphMockRecorder) String() *gomock.Call
String indicates an expected call of String.
func (*MockGraphMockRecorder) V ¶
func (mr *MockGraphMockRecorder) V() *gomock.Call
V indicates an expected call of V.
func (*MockGraphMockRecorder) VBy ¶
func (mr *MockGraphMockRecorder) VBy(id interface{}) *gomock.Call
VBy indicates an expected call of VBy.
func (*MockGraphMockRecorder) VByStr ¶ added in v0.1.4
func (mr *MockGraphMockRecorder) VByStr(id interface{}) *gomock.Call
VByStr indicates an expected call of VByStr.
func (*MockGraphMockRecorder) VByUUID ¶
func (mr *MockGraphMockRecorder) VByUUID(id interface{}) *gomock.Call
VByUUID indicates an expected call of VByUUID.
type MockProfiler ¶
type MockProfiler struct {
// contains filtered or unexported fields
}
MockProfiler is a mock of Profiler interface.
func NewMockProfiler ¶
func NewMockProfiler(ctrl *gomock.Controller) *MockProfiler
NewMockProfiler creates a new mock instance.
func (*MockProfiler) EXPECT ¶
func (m *MockProfiler) EXPECT() *MockProfilerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockProfiler) Profile ¶
func (m *MockProfiler) Profile() interfaces.QueryBuilder
Profile mocks base method.
type MockProfilerMockRecorder ¶
type MockProfilerMockRecorder struct {
// contains filtered or unexported fields
}
MockProfilerMockRecorder is the mock recorder for MockProfiler.
func (*MockProfilerMockRecorder) Profile ¶
func (mr *MockProfilerMockRecorder) Profile() *gomock.Call
Profile indicates an expected call of Profile.
type MockQueryBuilder ¶
type MockQueryBuilder struct {
// contains filtered or unexported fields
}
MockQueryBuilder is a mock of QueryBuilder interface.
func NewMockQueryBuilder ¶
func NewMockQueryBuilder(ctrl *gomock.Controller) *MockQueryBuilder
NewMockQueryBuilder creates a new mock instance.
func (*MockQueryBuilder) EXPECT ¶
func (m *MockQueryBuilder) EXPECT() *MockQueryBuilderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockQueryBuilder) String ¶
func (m *MockQueryBuilder) String() string
String mocks base method.
type MockQueryBuilderMockRecorder ¶
type MockQueryBuilderMockRecorder struct {
// contains filtered or unexported fields
}
MockQueryBuilderMockRecorder is the mock recorder for MockQueryBuilder.
func (*MockQueryBuilderMockRecorder) String ¶
func (mr *MockQueryBuilderMockRecorder) String() *gomock.Call
String indicates an expected call of String.
type MockQueryExecutor ¶
type MockQueryExecutor struct {
// contains filtered or unexported fields
}
MockQueryExecutor is a mock of QueryExecutor interface.
func NewMockQueryExecutor ¶
func NewMockQueryExecutor(ctrl *gomock.Controller) *MockQueryExecutor
NewMockQueryExecutor creates a new mock instance.
func (*MockQueryExecutor) Close ¶
func (m *MockQueryExecutor) Close() error
Close mocks base method.
func (*MockQueryExecutor) EXPECT ¶
func (m *MockQueryExecutor) EXPECT() *MockQueryExecutorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockQueryExecutor) Execute ¶
func (m *MockQueryExecutor) Execute(query string) ([]interfaces.Response, error)
Execute mocks base method.
func (*MockQueryExecutor) ExecuteAsync ¶
func (m *MockQueryExecutor) ExecuteAsync(query string, responseChannel chan interfaces.AsyncResponse) error
ExecuteAsync mocks base method.
func (*MockQueryExecutor) ExecuteFile ¶
func (m *MockQueryExecutor) ExecuteFile(path string) ([]interfaces.Response, error)
ExecuteFile mocks base method.
func (*MockQueryExecutor) ExecuteFileWithBindings ¶
func (m *MockQueryExecutor) ExecuteFileWithBindings(path string, bindings, rebindings map[string]string) ([]interfaces.Response, error)
ExecuteFileWithBindings mocks base method.
func (*MockQueryExecutor) ExecuteWithBindings ¶
func (m *MockQueryExecutor) ExecuteWithBindings(query string, bindings, rebindings map[string]string) ([]interfaces.Response, error)
ExecuteWithBindings mocks base method.
func (*MockQueryExecutor) IsConnected ¶
func (m *MockQueryExecutor) IsConnected() bool
IsConnected mocks base method.
func (*MockQueryExecutor) LastError ¶
func (m *MockQueryExecutor) LastError() error
LastError mocks base method.
type MockQueryExecutorMockRecorder ¶
type MockQueryExecutorMockRecorder struct {
// contains filtered or unexported fields
}
MockQueryExecutorMockRecorder is the mock recorder for MockQueryExecutor.
func (*MockQueryExecutorMockRecorder) Close ¶
func (mr *MockQueryExecutorMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
func (*MockQueryExecutorMockRecorder) Execute ¶
func (mr *MockQueryExecutorMockRecorder) Execute(query interface{}) *gomock.Call
Execute indicates an expected call of Execute.
func (*MockQueryExecutorMockRecorder) ExecuteAsync ¶
func (mr *MockQueryExecutorMockRecorder) ExecuteAsync(query, responseChannel interface{}) *gomock.Call
ExecuteAsync indicates an expected call of ExecuteAsync.
func (*MockQueryExecutorMockRecorder) ExecuteFile ¶
func (mr *MockQueryExecutorMockRecorder) ExecuteFile(path interface{}) *gomock.Call
ExecuteFile indicates an expected call of ExecuteFile.
func (*MockQueryExecutorMockRecorder) ExecuteFileWithBindings ¶
func (mr *MockQueryExecutorMockRecorder) ExecuteFileWithBindings(path, bindings, rebindings interface{}) *gomock.Call
ExecuteFileWithBindings indicates an expected call of ExecuteFileWithBindings.
func (*MockQueryExecutorMockRecorder) ExecuteWithBindings ¶
func (mr *MockQueryExecutorMockRecorder) ExecuteWithBindings(query, bindings, rebindings interface{}) *gomock.Call
ExecuteWithBindings indicates an expected call of ExecuteWithBindings.
func (*MockQueryExecutorMockRecorder) IsConnected ¶
func (mr *MockQueryExecutorMockRecorder) IsConnected() *gomock.Call
IsConnected indicates an expected call of IsConnected.
func (*MockQueryExecutorMockRecorder) LastError ¶
func (mr *MockQueryExecutorMockRecorder) LastError() *gomock.Call
LastError indicates an expected call of LastError.
func (*MockQueryExecutorMockRecorder) Ping ¶
func (mr *MockQueryExecutorMockRecorder) Ping() *gomock.Call
Ping indicates an expected call of Ping.
type MockVertex ¶
type MockVertex struct {
// contains filtered or unexported fields
}
MockVertex is a mock of Vertex interface.
func NewMockVertex ¶
func NewMockVertex(ctrl *gomock.Controller) *MockVertex
NewMockVertex creates a new mock instance.
func (*MockVertex) Add ¶
func (m *MockVertex) Add(builder interfaces.QueryBuilder) interfaces.Vertex
Add mocks base method.
func (*MockVertex) AddE ¶
func (m *MockVertex) AddE(label string) interfaces.Edge
AddE mocks base method.
func (*MockVertex) Count ¶ added in v0.1.4
func (m *MockVertex) Count() interfaces.QueryBuilder
Count mocks base method.
func (*MockVertex) Drop ¶
func (m *MockVertex) Drop() interfaces.QueryBuilder
Drop mocks base method.
func (*MockVertex) EXPECT ¶
func (m *MockVertex) EXPECT() *MockVertexMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVertex) Has ¶
func (m *MockVertex) Has(key, value string) interfaces.Vertex
Has mocks base method.
func (*MockVertex) HasInt ¶
func (m *MockVertex) HasInt(key string, value int) interfaces.Vertex
HasInt mocks base method.
func (*MockVertex) HasLabel ¶
func (m *MockVertex) HasLabel(vertexLabel ...string) interfaces.Vertex
HasLabel mocks base method.
func (*MockVertex) InE ¶ added in v0.1.4
func (m *MockVertex) InE(labels ...string) interfaces.Edge
InE mocks base method.
func (*MockVertex) OutE ¶ added in v0.1.4
func (m *MockVertex) OutE(labels ...string) interfaces.Edge
OutE mocks base method.
func (*MockVertex) Profile ¶
func (m *MockVertex) Profile() interfaces.QueryBuilder
Profile mocks base method.
func (*MockVertex) Properties ¶
func (m *MockVertex) Properties() interfaces.QueryBuilder
Properties mocks base method.
func (*MockVertex) Property ¶
func (m *MockVertex) Property(key, value string) interfaces.Vertex
Property mocks base method.
func (*MockVertex) PropertyInt ¶
func (m *MockVertex) PropertyInt(key string, value int) interfaces.Vertex
PropertyInt mocks base method.
func (*MockVertex) PropertyList ¶ added in v0.1.4
func (m *MockVertex) PropertyList(key, value string) interfaces.Vertex
PropertyList mocks base method.
func (*MockVertex) ValueMap ¶
func (m *MockVertex) ValueMap() interfaces.QueryBuilder
ValueMap mocks base method.
func (*MockVertex) Values ¶
func (m *MockVertex) Values() interfaces.QueryBuilder
Values mocks base method.
func (*MockVertex) ValuesBy ¶
func (m *MockVertex) ValuesBy(label string) interfaces.QueryBuilder
ValuesBy mocks base method.
type MockVertexMockRecorder ¶
type MockVertexMockRecorder struct {
// contains filtered or unexported fields
}
MockVertexMockRecorder is the mock recorder for MockVertex.
func (*MockVertexMockRecorder) Add ¶
func (mr *MockVertexMockRecorder) Add(builder interface{}) *gomock.Call
Add indicates an expected call of Add.
func (*MockVertexMockRecorder) AddE ¶
func (mr *MockVertexMockRecorder) AddE(label interface{}) *gomock.Call
AddE indicates an expected call of AddE.
func (*MockVertexMockRecorder) Count ¶ added in v0.1.4
func (mr *MockVertexMockRecorder) Count() *gomock.Call
Count indicates an expected call of Count.
func (*MockVertexMockRecorder) Drop ¶
func (mr *MockVertexMockRecorder) Drop() *gomock.Call
Drop indicates an expected call of Drop.
func (*MockVertexMockRecorder) Has ¶
func (mr *MockVertexMockRecorder) Has(key, value interface{}) *gomock.Call
Has indicates an expected call of Has.
func (*MockVertexMockRecorder) HasInt ¶
func (mr *MockVertexMockRecorder) HasInt(key, value interface{}) *gomock.Call
HasInt indicates an expected call of HasInt.
func (*MockVertexMockRecorder) HasLabel ¶
func (mr *MockVertexMockRecorder) HasLabel(vertexLabel ...interface{}) *gomock.Call
HasLabel indicates an expected call of HasLabel.
func (*MockVertexMockRecorder) Id ¶
func (mr *MockVertexMockRecorder) Id() *gomock.Call
Id indicates an expected call of Id.
func (*MockVertexMockRecorder) InE ¶ added in v0.1.4
func (mr *MockVertexMockRecorder) InE(labels ...interface{}) *gomock.Call
InE indicates an expected call of InE.
func (*MockVertexMockRecorder) OutE ¶ added in v0.1.4
func (mr *MockVertexMockRecorder) OutE(labels ...interface{}) *gomock.Call
OutE indicates an expected call of OutE.
func (*MockVertexMockRecorder) Profile ¶
func (mr *MockVertexMockRecorder) Profile() *gomock.Call
Profile indicates an expected call of Profile.
func (*MockVertexMockRecorder) Properties ¶
func (mr *MockVertexMockRecorder) Properties() *gomock.Call
Properties indicates an expected call of Properties.
func (*MockVertexMockRecorder) Property ¶
func (mr *MockVertexMockRecorder) Property(key, value interface{}) *gomock.Call
Property indicates an expected call of Property.
func (*MockVertexMockRecorder) PropertyInt ¶
func (mr *MockVertexMockRecorder) PropertyInt(key, value interface{}) *gomock.Call
PropertyInt indicates an expected call of PropertyInt.
func (*MockVertexMockRecorder) PropertyList ¶ added in v0.1.4
func (mr *MockVertexMockRecorder) PropertyList(key, value interface{}) *gomock.Call
PropertyList indicates an expected call of PropertyList.
func (*MockVertexMockRecorder) String ¶
func (mr *MockVertexMockRecorder) String() *gomock.Call
String indicates an expected call of String.
func (*MockVertexMockRecorder) ValueMap ¶
func (mr *MockVertexMockRecorder) ValueMap() *gomock.Call
ValueMap indicates an expected call of ValueMap.
func (*MockVertexMockRecorder) Values ¶
func (mr *MockVertexMockRecorder) Values() *gomock.Call
Values indicates an expected call of Values.
func (*MockVertexMockRecorder) ValuesBy ¶
func (mr *MockVertexMockRecorder) ValuesBy(label interface{}) *gomock.Call
ValuesBy indicates an expected call of ValuesBy.
type MockWebsocketConnection ¶
type MockWebsocketConnection struct {
// contains filtered or unexported fields
}
MockWebsocketConnection is a mock of WebsocketConnection interface.
func NewMockWebsocketConnection ¶
func NewMockWebsocketConnection(ctrl *gomock.Controller) *MockWebsocketConnection
NewMockWebsocketConnection creates a new mock instance.
func (*MockWebsocketConnection) Close ¶
func (m *MockWebsocketConnection) Close() error
Close mocks base method.
func (*MockWebsocketConnection) EXPECT ¶
func (m *MockWebsocketConnection) EXPECT() *MockWebsocketConnectionMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWebsocketConnection) ReadMessage ¶
func (m *MockWebsocketConnection) ReadMessage() (int, []byte, error)
ReadMessage mocks base method.
func (*MockWebsocketConnection) SetPongHandler ¶
func (m *MockWebsocketConnection) SetPongHandler(handler func(string) error)
SetPongHandler mocks base method.
func (*MockWebsocketConnection) SetReadDeadline ¶
func (m *MockWebsocketConnection) SetReadDeadline(t time.Time) error
SetReadDeadline mocks base method.
func (*MockWebsocketConnection) SetWriteDeadline ¶
func (m *MockWebsocketConnection) SetWriteDeadline(t time.Time) error
SetWriteDeadline mocks base method.
func (*MockWebsocketConnection) WriteControl ¶
func (m *MockWebsocketConnection) WriteControl(messageType int, data []byte, deadline time.Time) error
WriteControl mocks base method.
func (*MockWebsocketConnection) WriteMessage ¶
func (m *MockWebsocketConnection) WriteMessage(messageType int, data []byte) error
WriteMessage mocks base method.
type MockWebsocketConnectionMockRecorder ¶
type MockWebsocketConnectionMockRecorder struct {
// contains filtered or unexported fields
}
MockWebsocketConnectionMockRecorder is the mock recorder for MockWebsocketConnection.
func (*MockWebsocketConnectionMockRecorder) Close ¶
func (mr *MockWebsocketConnectionMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
func (*MockWebsocketConnectionMockRecorder) ReadMessage ¶
func (mr *MockWebsocketConnectionMockRecorder) ReadMessage() *gomock.Call
ReadMessage indicates an expected call of ReadMessage.
func (*MockWebsocketConnectionMockRecorder) SetPongHandler ¶
func (mr *MockWebsocketConnectionMockRecorder) SetPongHandler(handler interface{}) *gomock.Call
SetPongHandler indicates an expected call of SetPongHandler.
func (*MockWebsocketConnectionMockRecorder) SetReadDeadline ¶
func (mr *MockWebsocketConnectionMockRecorder) SetReadDeadline(t interface{}) *gomock.Call
SetReadDeadline indicates an expected call of SetReadDeadline.
func (*MockWebsocketConnectionMockRecorder) SetWriteDeadline ¶
func (mr *MockWebsocketConnectionMockRecorder) SetWriteDeadline(t interface{}) *gomock.Call
SetWriteDeadline indicates an expected call of SetWriteDeadline.
func (*MockWebsocketConnectionMockRecorder) WriteControl ¶
func (mr *MockWebsocketConnectionMockRecorder) WriteControl(messageType, data, deadline interface{}) *gomock.Call
WriteControl indicates an expected call of WriteControl.
func (*MockWebsocketConnectionMockRecorder) WriteMessage ¶
func (mr *MockWebsocketConnectionMockRecorder) WriteMessage(messageType, data interface{}) *gomock.Call
WriteMessage indicates an expected call of WriteMessage.