Documentation ¶
Overview ¶
Package model is a generated GoMock package.
Index ¶
- type Edge
- type Graph
- type LoadQuery
- type MockVertex
- type MockVertexMockRecorder
- type ProtoVertex
- func (p *ProtoVertex) Bool() (bool, error)
- func (p *ProtoVertex) Bytes() ([]byte, error)
- func (p *ProtoVertex) Float32() (float32, error)
- func (p *ProtoVertex) Float64() (float64, error)
- func (p *ProtoVertex) Int() (int, error)
- func (p *ProtoVertex) Int32() (int32, error)
- func (p *ProtoVertex) Int64() (int64, error)
- func (p *ProtoVertex) Key() string
- func (p *ProtoVertex) Nil() (interface{}, error)
- func (p *ProtoVertex) String() (string, error)
- func (p *ProtoVertex) Timestamp() (time.Time, error)
- func (p *ProtoVertex) Uint32() (uint32, error)
- func (p *ProtoVertex) Uint64() (uint64, error)
- func (p *ProtoVertex) Value() interface{}
- type Vertex
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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) EXPECT ¶
func (m *MockVertex) EXPECT() *MockVertexMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockVertexMockRecorder ¶
type MockVertexMockRecorder struct {
// contains filtered or unexported fields
}
MockVertexMockRecorder is the mock recorder for MockVertex.
func (*MockVertexMockRecorder) Key ¶
func (mr *MockVertexMockRecorder) Key() *gomock.Call
Key indicates an expected call of Key.
func (*MockVertexMockRecorder) Value ¶
func (mr *MockVertexMockRecorder) Value() *gomock.Call
Value indicates an expected call of Value.
type ProtoVertex ¶
func (*ProtoVertex) Bool ¶
func (p *ProtoVertex) Bool() (bool, error)
func (*ProtoVertex) Bytes ¶
func (p *ProtoVertex) Bytes() ([]byte, error)
func (*ProtoVertex) Float32 ¶
func (p *ProtoVertex) Float32() (float32, error)
func (*ProtoVertex) Float64 ¶
func (p *ProtoVertex) Float64() (float64, error)
func (*ProtoVertex) Int ¶
func (p *ProtoVertex) Int() (int, error)
func (*ProtoVertex) Int32 ¶
func (p *ProtoVertex) Int32() (int32, error)
func (*ProtoVertex) Int64 ¶
func (p *ProtoVertex) Int64() (int64, error)
func (*ProtoVertex) Key ¶
func (p *ProtoVertex) Key() string
func (*ProtoVertex) Nil ¶
func (p *ProtoVertex) Nil() (interface{}, error)
func (*ProtoVertex) String ¶
func (p *ProtoVertex) String() (string, error)
func (*ProtoVertex) Uint32 ¶
func (p *ProtoVertex) Uint32() (uint32, error)
func (*ProtoVertex) Uint64 ¶
func (p *ProtoVertex) Uint64() (uint64, error)
func (*ProtoVertex) Value ¶
func (p *ProtoVertex) Value() interface{}
Click to show internal directories.
Click to hide internal directories.