query

package
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 6, 2022 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Overview

Package query is a generated GoMock package.

Package query is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewErrorEventErrorListIterator

func NewErrorEventErrorListIterator(list ...ErrorEvent) storekit.Iterator

NewErrorEventErrorListIterator .

func NewErrorListIterator

func NewErrorListIterator(list ...Error) storekit.Iterator

NewErrorListIterator .

Types

type ErdaErrors

type ErdaErrors []*exception.Erda_error

func (ErdaErrors) Len

func (s ErdaErrors) Len() int

func (ErdaErrors) Less

func (s ErdaErrors) Less(i, j int) bool

func (ErdaErrors) Swap

func (s ErdaErrors) Swap(i, j int)

type ErdaEvents

type ErdaEvents []*exception.Erda_event

func (ErdaEvents) Len

func (s ErdaEvents) Len() int

func (ErdaEvents) Less

func (s ErdaEvents) Less(i, j int) bool

func (ErdaEvents) Swap

func (s ErdaEvents) Swap(i, j int)

type Error

type Error = interface{}

Error .

type ErrorEvent

type ErrorEvent = interface{}

ErrorEvent .

type ErrorEventListIterator

type ErrorEventListIterator struct {
	// contains filtered or unexported fields
}

ErrorEventListIterator .

func (*ErrorEventListIterator) Close

func (it *ErrorEventListIterator) Close() error

Close .

func (*ErrorEventListIterator) Error

func (it *ErrorEventListIterator) Error() error

Error .

func (*ErrorEventListIterator) First

func (it *ErrorEventListIterator) First() bool

First .

func (*ErrorEventListIterator) Last

func (it *ErrorEventListIterator) Last() bool

Last .

func (*ErrorEventListIterator) Next

func (it *ErrorEventListIterator) Next() bool

Next .

func (*ErrorEventListIterator) Prev

func (it *ErrorEventListIterator) Prev() bool

Prev .

func (*ErrorEventListIterator) Value

func (it *ErrorEventListIterator) Value() ErrorEvent

Value .

type ErrorListIterator

type ErrorListIterator struct {
	// contains filtered or unexported fields
}

ErrorListIterator .

func (*ErrorListIterator) Close

func (it *ErrorListIterator) Close() error

Close .

func (*ErrorListIterator) Error

func (it *ErrorListIterator) Error() error

Error .

func (*ErrorListIterator) First

func (it *ErrorListIterator) First() bool

First .

func (*ErrorListIterator) Last

func (it *ErrorListIterator) Last() bool

Last .

func (*ErrorListIterator) Next

func (it *ErrorListIterator) Next() bool

Next .

func (*ErrorListIterator) Prev

func (it *ErrorListIterator) Prev() bool

Prev .

func (*ErrorListIterator) Value

func (it *ErrorListIterator) Value() Error

Value .

type MockEntityServiceClient

type MockEntityServiceClient struct {
	// contains filtered or unexported fields
}

MockEntityServiceClient is a mock of EntityServiceClient interface.

func NewMockEntityServiceClient

func NewMockEntityServiceClient(ctrl *gomock.Controller) *MockEntityServiceClient

NewMockEntityServiceClient creates a new mock instance.

func (*MockEntityServiceClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockEntityServiceClient) GetEntity

GetEntity mocks base method.

func (*MockEntityServiceClient) ListEntities

ListEntities mocks base method.

func (*MockEntityServiceClient) RemoveEntity

RemoveEntity mocks base method.

func (*MockEntityServiceClient) SetEntity

SetEntity mocks base method.

type MockEntityServiceClientMockRecorder

type MockEntityServiceClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockEntityServiceClientMockRecorder is the mock recorder for MockEntityServiceClient.

func (*MockEntityServiceClientMockRecorder) GetEntity

func (mr *MockEntityServiceClientMockRecorder) GetEntity(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetEntity indicates an expected call of GetEntity.

func (*MockEntityServiceClientMockRecorder) ListEntities

func (mr *MockEntityServiceClientMockRecorder) ListEntities(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListEntities indicates an expected call of ListEntities.

func (*MockEntityServiceClientMockRecorder) RemoveEntity

func (mr *MockEntityServiceClientMockRecorder) RemoveEntity(ctx, in interface{}, opts ...interface{}) *gomock.Call

RemoveEntity indicates an expected call of RemoveEntity.

func (*MockEntityServiceClientMockRecorder) SetEntity

func (mr *MockEntityServiceClientMockRecorder) SetEntity(ctx, in interface{}, opts ...interface{}) *gomock.Call

SetEntity indicates an expected call of SetEntity.

type MockEntityServiceServer

type MockEntityServiceServer struct {
	// contains filtered or unexported fields
}

MockEntityServiceServer is a mock of EntityServiceServer interface.

func NewMockEntityServiceServer

func NewMockEntityServiceServer(ctrl *gomock.Controller) *MockEntityServiceServer

NewMockEntityServiceServer creates a new mock instance.

func (*MockEntityServiceServer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockEntityServiceServer) GetEntity

GetEntity mocks base method.

func (*MockEntityServiceServer) ListEntities

ListEntities mocks base method.

func (*MockEntityServiceServer) RemoveEntity

RemoveEntity mocks base method.

func (*MockEntityServiceServer) SetEntity

SetEntity mocks base method.

type MockEntityServiceServerMockRecorder

type MockEntityServiceServerMockRecorder struct {
	// contains filtered or unexported fields
}

MockEntityServiceServerMockRecorder is the mock recorder for MockEntityServiceServer.

func (*MockEntityServiceServerMockRecorder) GetEntity

func (mr *MockEntityServiceServerMockRecorder) GetEntity(arg0, arg1 interface{}) *gomock.Call

GetEntity indicates an expected call of GetEntity.

func (*MockEntityServiceServerMockRecorder) ListEntities

func (mr *MockEntityServiceServerMockRecorder) ListEntities(arg0, arg1 interface{}) *gomock.Call

ListEntities indicates an expected call of ListEntities.

func (*MockEntityServiceServerMockRecorder) RemoveEntity

func (mr *MockEntityServiceServerMockRecorder) RemoveEntity(arg0, arg1 interface{}) *gomock.Call

RemoveEntity indicates an expected call of RemoveEntity.

func (*MockEntityServiceServerMockRecorder) SetEntity

func (mr *MockEntityServiceServerMockRecorder) SetEntity(arg0, arg1 interface{}) *gomock.Call

SetEntity indicates an expected call of SetEntity.

type MockEventQueryServiceClient

type MockEventQueryServiceClient struct {
	// contains filtered or unexported fields
}

MockEventQueryServiceClient is a mock of EventQueryServiceClient interface.

func NewMockEventQueryServiceClient

func NewMockEventQueryServiceClient(ctrl *gomock.Controller) *MockEventQueryServiceClient

NewMockEventQueryServiceClient creates a new mock instance.

func (*MockEventQueryServiceClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockEventQueryServiceClient) GetEvents

GetEvents mocks base method.

type MockEventQueryServiceClientMockRecorder

type MockEventQueryServiceClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockEventQueryServiceClientMockRecorder is the mock recorder for MockEventQueryServiceClient.

func (*MockEventQueryServiceClientMockRecorder) GetEvents

func (mr *MockEventQueryServiceClientMockRecorder) GetEvents(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetEvents indicates an expected call of GetEvents.

type MockEventQueryServiceServer

type MockEventQueryServiceServer struct {
	// contains filtered or unexported fields
}

MockEventQueryServiceServer is a mock of EventQueryServiceServer interface.

func NewMockEventQueryServiceServer

func NewMockEventQueryServiceServer(ctrl *gomock.Controller) *MockEventQueryServiceServer

NewMockEventQueryServiceServer creates a new mock instance.

func (*MockEventQueryServiceServer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockEventQueryServiceServer) GetEvents

GetEvents mocks base method.

type MockEventQueryServiceServerMockRecorder

type MockEventQueryServiceServerMockRecorder struct {
	// contains filtered or unexported fields
}

MockEventQueryServiceServerMockRecorder is the mock recorder for MockEventQueryServiceServer.

func (*MockEventQueryServiceServerMockRecorder) GetEvents

func (mr *MockEventQueryServiceServerMockRecorder) GetEvents(arg0, arg1 interface{}) *gomock.Call

GetEvents indicates an expected call of GetEvents.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL