Documentation
¶
Overview ¶
Package mocksettings is a generated GoMock package.
Package mocksettings is a generated GoMock package.
Index ¶
- type MockGlobalSettingsServiceClient
- type MockGlobalSettingsServiceClientMockRecorder
- type MockGlobalSettingsServiceServer
- type MockGlobalSettingsServiceServerMockRecorder
- type MockServiceSettingsServiceClient
- func (m *MockServiceSettingsServiceClient) EXPECT() *MockServiceSettingsServiceClientMockRecorder
- func (m *MockServiceSettingsServiceClient) GetServiceSettings(ctx context.Context, in *settings.GetServiceSettingsRequest, ...) (*settings.GetServiceSettingsResponse, error)
- func (m *MockServiceSettingsServiceClient) SetServiceSettings(ctx context.Context, in *settings.SetServiceSettingsRequest, ...) (*settings.SetServiceSettingsResponse, error)
- type MockServiceSettingsServiceClientMockRecorder
- type MockServiceSettingsServiceServer
- func (m *MockServiceSettingsServiceServer) EXPECT() *MockServiceSettingsServiceServerMockRecorder
- func (m *MockServiceSettingsServiceServer) GetServiceSettings(arg0 context.Context, arg1 *settings.GetServiceSettingsRequest) (*settings.GetServiceSettingsResponse, error)
- func (m *MockServiceSettingsServiceServer) SetServiceSettings(arg0 context.Context, arg1 *settings.SetServiceSettingsRequest) (*settings.SetServiceSettingsResponse, error)
- type MockServiceSettingsServiceServerMockRecorder
- type MockUnsafeGlobalSettingsServiceServer
- type MockUnsafeGlobalSettingsServiceServerMockRecorder
- type MockUnsafeServiceSettingsServiceServer
- type MockUnsafeServiceSettingsServiceServerMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockGlobalSettingsServiceClient ¶
type MockGlobalSettingsServiceClient struct {
// contains filtered or unexported fields
}
MockGlobalSettingsServiceClient is a mock of GlobalSettingsServiceClient interface.
func NewMockGlobalSettingsServiceClient ¶
func NewMockGlobalSettingsServiceClient(ctrl *gomock.Controller) *MockGlobalSettingsServiceClient
NewMockGlobalSettingsServiceClient creates a new mock instance.
func (*MockGlobalSettingsServiceClient) EXPECT ¶
func (m *MockGlobalSettingsServiceClient) EXPECT() *MockGlobalSettingsServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGlobalSettingsServiceClient) SetGlobalSettings ¶
func (m *MockGlobalSettingsServiceClient) SetGlobalSettings(ctx context.Context, in *settings.SetGlobalSettingsRequest, opts ...grpc.CallOption) (*settings.SetGlobalSettingsResponse, error)
SetGlobalSettings mocks base method.
type MockGlobalSettingsServiceClientMockRecorder ¶
type MockGlobalSettingsServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockGlobalSettingsServiceClientMockRecorder is the mock recorder for MockGlobalSettingsServiceClient.
func (*MockGlobalSettingsServiceClientMockRecorder) SetGlobalSettings ¶
func (mr *MockGlobalSettingsServiceClientMockRecorder) SetGlobalSettings(ctx, in any, opts ...any) *gomock.Call
SetGlobalSettings indicates an expected call of SetGlobalSettings.
type MockGlobalSettingsServiceServer ¶
type MockGlobalSettingsServiceServer struct {
// contains filtered or unexported fields
}
MockGlobalSettingsServiceServer is a mock of GlobalSettingsServiceServer interface.
func NewMockGlobalSettingsServiceServer ¶
func NewMockGlobalSettingsServiceServer(ctrl *gomock.Controller) *MockGlobalSettingsServiceServer
NewMockGlobalSettingsServiceServer creates a new mock instance.
func (*MockGlobalSettingsServiceServer) EXPECT ¶
func (m *MockGlobalSettingsServiceServer) EXPECT() *MockGlobalSettingsServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGlobalSettingsServiceServer) SetGlobalSettings ¶
func (m *MockGlobalSettingsServiceServer) SetGlobalSettings(arg0 context.Context, arg1 *settings.SetGlobalSettingsRequest) (*settings.SetGlobalSettingsResponse, error)
SetGlobalSettings mocks base method.
type MockGlobalSettingsServiceServerMockRecorder ¶
type MockGlobalSettingsServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockGlobalSettingsServiceServerMockRecorder is the mock recorder for MockGlobalSettingsServiceServer.
func (*MockGlobalSettingsServiceServerMockRecorder) SetGlobalSettings ¶
func (mr *MockGlobalSettingsServiceServerMockRecorder) SetGlobalSettings(arg0, arg1 any) *gomock.Call
SetGlobalSettings indicates an expected call of SetGlobalSettings.
type MockServiceSettingsServiceClient ¶
type MockServiceSettingsServiceClient struct {
// contains filtered or unexported fields
}
MockServiceSettingsServiceClient is a mock of ServiceSettingsServiceClient interface.
func NewMockServiceSettingsServiceClient ¶
func NewMockServiceSettingsServiceClient(ctrl *gomock.Controller) *MockServiceSettingsServiceClient
NewMockServiceSettingsServiceClient creates a new mock instance.
func (*MockServiceSettingsServiceClient) EXPECT ¶
func (m *MockServiceSettingsServiceClient) EXPECT() *MockServiceSettingsServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockServiceSettingsServiceClient) GetServiceSettings ¶
func (m *MockServiceSettingsServiceClient) GetServiceSettings(ctx context.Context, in *settings.GetServiceSettingsRequest, opts ...grpc.CallOption) (*settings.GetServiceSettingsResponse, error)
GetServiceSettings mocks base method.
func (*MockServiceSettingsServiceClient) SetServiceSettings ¶
func (m *MockServiceSettingsServiceClient) SetServiceSettings(ctx context.Context, in *settings.SetServiceSettingsRequest, opts ...grpc.CallOption) (*settings.SetServiceSettingsResponse, error)
SetServiceSettings mocks base method.
type MockServiceSettingsServiceClientMockRecorder ¶
type MockServiceSettingsServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockServiceSettingsServiceClientMockRecorder is the mock recorder for MockServiceSettingsServiceClient.
func (*MockServiceSettingsServiceClientMockRecorder) GetServiceSettings ¶
func (mr *MockServiceSettingsServiceClientMockRecorder) GetServiceSettings(ctx, in any, opts ...any) *gomock.Call
GetServiceSettings indicates an expected call of GetServiceSettings.
func (*MockServiceSettingsServiceClientMockRecorder) SetServiceSettings ¶
func (mr *MockServiceSettingsServiceClientMockRecorder) SetServiceSettings(ctx, in any, opts ...any) *gomock.Call
SetServiceSettings indicates an expected call of SetServiceSettings.
type MockServiceSettingsServiceServer ¶
type MockServiceSettingsServiceServer struct {
// contains filtered or unexported fields
}
MockServiceSettingsServiceServer is a mock of ServiceSettingsServiceServer interface.
func NewMockServiceSettingsServiceServer ¶
func NewMockServiceSettingsServiceServer(ctrl *gomock.Controller) *MockServiceSettingsServiceServer
NewMockServiceSettingsServiceServer creates a new mock instance.
func (*MockServiceSettingsServiceServer) EXPECT ¶
func (m *MockServiceSettingsServiceServer) EXPECT() *MockServiceSettingsServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockServiceSettingsServiceServer) GetServiceSettings ¶
func (m *MockServiceSettingsServiceServer) GetServiceSettings(arg0 context.Context, arg1 *settings.GetServiceSettingsRequest) (*settings.GetServiceSettingsResponse, error)
GetServiceSettings mocks base method.
func (*MockServiceSettingsServiceServer) SetServiceSettings ¶
func (m *MockServiceSettingsServiceServer) SetServiceSettings(arg0 context.Context, arg1 *settings.SetServiceSettingsRequest) (*settings.SetServiceSettingsResponse, error)
SetServiceSettings mocks base method.
type MockServiceSettingsServiceServerMockRecorder ¶
type MockServiceSettingsServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockServiceSettingsServiceServerMockRecorder is the mock recorder for MockServiceSettingsServiceServer.
func (*MockServiceSettingsServiceServerMockRecorder) GetServiceSettings ¶
func (mr *MockServiceSettingsServiceServerMockRecorder) GetServiceSettings(arg0, arg1 any) *gomock.Call
GetServiceSettings indicates an expected call of GetServiceSettings.
func (*MockServiceSettingsServiceServerMockRecorder) SetServiceSettings ¶
func (mr *MockServiceSettingsServiceServerMockRecorder) SetServiceSettings(arg0, arg1 any) *gomock.Call
SetServiceSettings indicates an expected call of SetServiceSettings.
type MockUnsafeGlobalSettingsServiceServer ¶
type MockUnsafeGlobalSettingsServiceServer struct {
// contains filtered or unexported fields
}
MockUnsafeGlobalSettingsServiceServer is a mock of UnsafeGlobalSettingsServiceServer interface.
func NewMockUnsafeGlobalSettingsServiceServer ¶
func NewMockUnsafeGlobalSettingsServiceServer(ctrl *gomock.Controller) *MockUnsafeGlobalSettingsServiceServer
NewMockUnsafeGlobalSettingsServiceServer creates a new mock instance.
func (*MockUnsafeGlobalSettingsServiceServer) EXPECT ¶
func (m *MockUnsafeGlobalSettingsServiceServer) EXPECT() *MockUnsafeGlobalSettingsServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeGlobalSettingsServiceServerMockRecorder ¶
type MockUnsafeGlobalSettingsServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeGlobalSettingsServiceServerMockRecorder is the mock recorder for MockUnsafeGlobalSettingsServiceServer.
type MockUnsafeServiceSettingsServiceServer ¶
type MockUnsafeServiceSettingsServiceServer struct {
// contains filtered or unexported fields
}
MockUnsafeServiceSettingsServiceServer is a mock of UnsafeServiceSettingsServiceServer interface.
func NewMockUnsafeServiceSettingsServiceServer ¶
func NewMockUnsafeServiceSettingsServiceServer(ctrl *gomock.Controller) *MockUnsafeServiceSettingsServiceServer
NewMockUnsafeServiceSettingsServiceServer creates a new mock instance.
func (*MockUnsafeServiceSettingsServiceServer) EXPECT ¶
func (m *MockUnsafeServiceSettingsServiceServer) EXPECT() *MockUnsafeServiceSettingsServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeServiceSettingsServiceServerMockRecorder ¶
type MockUnsafeServiceSettingsServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeServiceSettingsServiceServerMockRecorder is the mock recorder for MockUnsafeServiceSettingsServiceServer.