Versions in this module Expand all Collapse all v1 v1.5.0 Jan 6, 2022 Changes in this version + func NewErrorEventErrorListIterator(list ...ErrorEvent) storekit.Iterator + func NewErrorListIterator(list ...Error) storekit.Iterator + type ErdaErrors []*exception.Erda_error + func (s ErdaErrors) Len() int + func (s ErdaErrors) Less(i, j int) bool + func (s ErdaErrors) Swap(i, j int) + type ErdaEvents []*exception.Erda_event + func (s ErdaEvents) Len() int + func (s ErdaEvents) Less(i, j int) bool + func (s ErdaEvents) Swap(i, j int) + type Error = interface + type ErrorEvent = interface + type ErrorEventListIterator struct + func (it *ErrorEventListIterator) Close() error + func (it *ErrorEventListIterator) Error() error + func (it *ErrorEventListIterator) First() bool + func (it *ErrorEventListIterator) Last() bool + func (it *ErrorEventListIterator) Next() bool + func (it *ErrorEventListIterator) Prev() bool + func (it *ErrorEventListIterator) Value() ErrorEvent + type ErrorListIterator struct + func (it *ErrorListIterator) Close() error + func (it *ErrorListIterator) Error() error + func (it *ErrorListIterator) First() bool + func (it *ErrorListIterator) Last() bool + func (it *ErrorListIterator) Next() bool + func (it *ErrorListIterator) Prev() bool + func (it *ErrorListIterator) Value() Error + type MockEntityServiceClient struct + func NewMockEntityServiceClient(ctrl *gomock.Controller) *MockEntityServiceClient + func (m *MockEntityServiceClient) EXPECT() *MockEntityServiceClientMockRecorder + func (m *MockEntityServiceClient) GetEntity(ctx context.Context, in *pb.GetEntityRequest, opts ...grpc.CallOption) (*pb.GetEntityResponse, error) + func (m *MockEntityServiceClient) ListEntities(ctx context.Context, in *pb.ListEntitiesRequest, opts ...grpc.CallOption) (*pb.ListEntitiesResponse, error) + func (m *MockEntityServiceClient) RemoveEntity(ctx context.Context, in *pb.RemoveEntityRequest, opts ...grpc.CallOption) (*pb.RemoveEntityResponse, error) + func (m *MockEntityServiceClient) SetEntity(ctx context.Context, in *pb.SetEntityRequest, opts ...grpc.CallOption) (*pb.SetEntityResponse, error) + type MockEntityServiceClientMockRecorder struct + func (mr *MockEntityServiceClientMockRecorder) GetEntity(ctx, in interface{}, opts ...interface{}) *gomock.Call + func (mr *MockEntityServiceClientMockRecorder) ListEntities(ctx, in interface{}, opts ...interface{}) *gomock.Call + func (mr *MockEntityServiceClientMockRecorder) RemoveEntity(ctx, in interface{}, opts ...interface{}) *gomock.Call + func (mr *MockEntityServiceClientMockRecorder) SetEntity(ctx, in interface{}, opts ...interface{}) *gomock.Call + type MockEntityServiceServer struct + func NewMockEntityServiceServer(ctrl *gomock.Controller) *MockEntityServiceServer + func (m *MockEntityServiceServer) EXPECT() *MockEntityServiceServerMockRecorder + func (m *MockEntityServiceServer) GetEntity(arg0 context.Context, arg1 *pb.GetEntityRequest) (*pb.GetEntityResponse, error) + func (m *MockEntityServiceServer) ListEntities(arg0 context.Context, arg1 *pb.ListEntitiesRequest) (*pb.ListEntitiesResponse, error) + func (m *MockEntityServiceServer) RemoveEntity(arg0 context.Context, arg1 *pb.RemoveEntityRequest) (*pb.RemoveEntityResponse, error) + func (m *MockEntityServiceServer) SetEntity(arg0 context.Context, arg1 *pb.SetEntityRequest) (*pb.SetEntityResponse, error) + type MockEntityServiceServerMockRecorder struct + func (mr *MockEntityServiceServerMockRecorder) GetEntity(arg0, arg1 interface{}) *gomock.Call + func (mr *MockEntityServiceServerMockRecorder) ListEntities(arg0, arg1 interface{}) *gomock.Call + func (mr *MockEntityServiceServerMockRecorder) RemoveEntity(arg0, arg1 interface{}) *gomock.Call + func (mr *MockEntityServiceServerMockRecorder) SetEntity(arg0, arg1 interface{}) *gomock.Call + type MockEventQueryServiceClient struct + func NewMockEventQueryServiceClient(ctrl *gomock.Controller) *MockEventQueryServiceClient + func (m *MockEventQueryServiceClient) EXPECT() *MockEventQueryServiceClientMockRecorder + func (m *MockEventQueryServiceClient) GetEvents(ctx context.Context, in *pb.GetEventsRequest, opts ...grpc.CallOption) (*pb.GetEventsResponse, error) + type MockEventQueryServiceClientMockRecorder struct + func (mr *MockEventQueryServiceClientMockRecorder) GetEvents(ctx, in interface{}, opts ...interface{}) *gomock.Call + type MockEventQueryServiceServer struct + func NewMockEventQueryServiceServer(ctrl *gomock.Controller) *MockEventQueryServiceServer + func (m *MockEventQueryServiceServer) EXPECT() *MockEventQueryServiceServerMockRecorder + func (m *MockEventQueryServiceServer) GetEvents(arg0 context.Context, arg1 *pb.GetEventsRequest) (*pb.GetEventsResponse, error) + type MockEventQueryServiceServerMockRecorder struct + func (mr *MockEventQueryServiceServerMockRecorder) GetEvents(arg0, arg1 interface{}) *gomock.Call