Documentation ¶
Overview ¶
Package mock_control_plane is a generated GoMock package.
Index ¶
- type MockChainRenewalServiceServer
- type MockChainRenewalServiceServerMockRecorder
- type MockDRKeyIntraServiceServer
- func (m *MockDRKeyIntraServiceServer) DRKeyASHost(arg0 context.Context, arg1 *control_plane.DRKeyASHostRequest) (*control_plane.DRKeyASHostResponse, error)
- func (m *MockDRKeyIntraServiceServer) DRKeyHostAS(arg0 context.Context, arg1 *control_plane.DRKeyHostASRequest) (*control_plane.DRKeyHostASResponse, error)
- func (m *MockDRKeyIntraServiceServer) DRKeyHostHost(arg0 context.Context, arg1 *control_plane.DRKeyHostHostRequest) (*control_plane.DRKeyHostHostResponse, error)
- func (m *MockDRKeyIntraServiceServer) DRKeyIntraLevel1(arg0 context.Context, arg1 *control_plane.DRKeyIntraLevel1Request) (*control_plane.DRKeyIntraLevel1Response, error)
- func (m *MockDRKeyIntraServiceServer) DRKeySecretValue(arg0 context.Context, arg1 *control_plane.DRKeySecretValueRequest) (*control_plane.DRKeySecretValueResponse, error)
- func (m *MockDRKeyIntraServiceServer) EXPECT() *MockDRKeyIntraServiceServerMockRecorder
- type MockDRKeyIntraServiceServerMockRecorder
- func (mr *MockDRKeyIntraServiceServerMockRecorder) DRKeyASHost(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDRKeyIntraServiceServerMockRecorder) DRKeyHostAS(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDRKeyIntraServiceServerMockRecorder) DRKeyHostHost(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDRKeyIntraServiceServerMockRecorder) DRKeyIntraLevel1(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDRKeyIntraServiceServerMockRecorder) DRKeySecretValue(arg0, arg1 interface{}) *gomock.Call
- type MockTrustMaterialServiceServer
- func (m *MockTrustMaterialServiceServer) Chains(arg0 context.Context, arg1 *control_plane.ChainsRequest) (*control_plane.ChainsResponse, error)
- func (m *MockTrustMaterialServiceServer) EXPECT() *MockTrustMaterialServiceServerMockRecorder
- func (m *MockTrustMaterialServiceServer) TRC(arg0 context.Context, arg1 *control_plane.TRCRequest) (*control_plane.TRCResponse, error)
- type MockTrustMaterialServiceServerMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockChainRenewalServiceServer ¶
type MockChainRenewalServiceServer struct {
// contains filtered or unexported fields
}
MockChainRenewalServiceServer is a mock of ChainRenewalServiceServer interface.
func NewMockChainRenewalServiceServer ¶
func NewMockChainRenewalServiceServer(ctrl *gomock.Controller) *MockChainRenewalServiceServer
NewMockChainRenewalServiceServer creates a new mock instance.
func (*MockChainRenewalServiceServer) ChainRenewal ¶
func (m *MockChainRenewalServiceServer) ChainRenewal(arg0 context.Context, arg1 *control_plane.ChainRenewalRequest) (*control_plane.ChainRenewalResponse, error)
ChainRenewal mocks base method.
func (*MockChainRenewalServiceServer) EXPECT ¶
func (m *MockChainRenewalServiceServer) EXPECT() *MockChainRenewalServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockChainRenewalServiceServerMockRecorder ¶
type MockChainRenewalServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockChainRenewalServiceServerMockRecorder is the mock recorder for MockChainRenewalServiceServer.
func (*MockChainRenewalServiceServerMockRecorder) ChainRenewal ¶
func (mr *MockChainRenewalServiceServerMockRecorder) ChainRenewal(arg0, arg1 interface{}) *gomock.Call
ChainRenewal indicates an expected call of ChainRenewal.
type MockDRKeyIntraServiceServer ¶ added in v0.9.0
type MockDRKeyIntraServiceServer struct {
// contains filtered or unexported fields
}
MockDRKeyIntraServiceServer is a mock of DRKeyIntraServiceServer interface.
func NewMockDRKeyIntraServiceServer ¶ added in v0.9.0
func NewMockDRKeyIntraServiceServer(ctrl *gomock.Controller) *MockDRKeyIntraServiceServer
NewMockDRKeyIntraServiceServer creates a new mock instance.
func (*MockDRKeyIntraServiceServer) DRKeyASHost ¶ added in v0.9.0
func (m *MockDRKeyIntraServiceServer) DRKeyASHost(arg0 context.Context, arg1 *control_plane.DRKeyASHostRequest) (*control_plane.DRKeyASHostResponse, error)
DRKeyASHost mocks base method.
func (*MockDRKeyIntraServiceServer) DRKeyHostAS ¶ added in v0.9.0
func (m *MockDRKeyIntraServiceServer) DRKeyHostAS(arg0 context.Context, arg1 *control_plane.DRKeyHostASRequest) (*control_plane.DRKeyHostASResponse, error)
DRKeyHostAS mocks base method.
func (*MockDRKeyIntraServiceServer) DRKeyHostHost ¶ added in v0.9.0
func (m *MockDRKeyIntraServiceServer) DRKeyHostHost(arg0 context.Context, arg1 *control_plane.DRKeyHostHostRequest) (*control_plane.DRKeyHostHostResponse, error)
DRKeyHostHost mocks base method.
func (*MockDRKeyIntraServiceServer) DRKeyIntraLevel1 ¶ added in v0.9.0
func (m *MockDRKeyIntraServiceServer) DRKeyIntraLevel1(arg0 context.Context, arg1 *control_plane.DRKeyIntraLevel1Request) (*control_plane.DRKeyIntraLevel1Response, error)
DRKeyIntraLevel1 mocks base method.
func (*MockDRKeyIntraServiceServer) DRKeySecretValue ¶ added in v0.9.0
func (m *MockDRKeyIntraServiceServer) DRKeySecretValue(arg0 context.Context, arg1 *control_plane.DRKeySecretValueRequest) (*control_plane.DRKeySecretValueResponse, error)
DRKeySecretValue mocks base method.
func (*MockDRKeyIntraServiceServer) EXPECT ¶ added in v0.9.0
func (m *MockDRKeyIntraServiceServer) EXPECT() *MockDRKeyIntraServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockDRKeyIntraServiceServerMockRecorder ¶ added in v0.9.0
type MockDRKeyIntraServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockDRKeyIntraServiceServerMockRecorder is the mock recorder for MockDRKeyIntraServiceServer.
func (*MockDRKeyIntraServiceServerMockRecorder) DRKeyASHost ¶ added in v0.9.0
func (mr *MockDRKeyIntraServiceServerMockRecorder) DRKeyASHost(arg0, arg1 interface{}) *gomock.Call
DRKeyASHost indicates an expected call of DRKeyASHost.
func (*MockDRKeyIntraServiceServerMockRecorder) DRKeyHostAS ¶ added in v0.9.0
func (mr *MockDRKeyIntraServiceServerMockRecorder) DRKeyHostAS(arg0, arg1 interface{}) *gomock.Call
DRKeyHostAS indicates an expected call of DRKeyHostAS.
func (*MockDRKeyIntraServiceServerMockRecorder) DRKeyHostHost ¶ added in v0.9.0
func (mr *MockDRKeyIntraServiceServerMockRecorder) DRKeyHostHost(arg0, arg1 interface{}) *gomock.Call
DRKeyHostHost indicates an expected call of DRKeyHostHost.
func (*MockDRKeyIntraServiceServerMockRecorder) DRKeyIntraLevel1 ¶ added in v0.9.0
func (mr *MockDRKeyIntraServiceServerMockRecorder) DRKeyIntraLevel1(arg0, arg1 interface{}) *gomock.Call
DRKeyIntraLevel1 indicates an expected call of DRKeyIntraLevel1.
func (*MockDRKeyIntraServiceServerMockRecorder) DRKeySecretValue ¶ added in v0.9.0
func (mr *MockDRKeyIntraServiceServerMockRecorder) DRKeySecretValue(arg0, arg1 interface{}) *gomock.Call
DRKeySecretValue indicates an expected call of DRKeySecretValue.
type MockTrustMaterialServiceServer ¶
type MockTrustMaterialServiceServer struct {
// contains filtered or unexported fields
}
MockTrustMaterialServiceServer is a mock of TrustMaterialServiceServer interface.
func NewMockTrustMaterialServiceServer ¶
func NewMockTrustMaterialServiceServer(ctrl *gomock.Controller) *MockTrustMaterialServiceServer
NewMockTrustMaterialServiceServer creates a new mock instance.
func (*MockTrustMaterialServiceServer) Chains ¶
func (m *MockTrustMaterialServiceServer) Chains(arg0 context.Context, arg1 *control_plane.ChainsRequest) (*control_plane.ChainsResponse, error)
Chains mocks base method.
func (*MockTrustMaterialServiceServer) EXPECT ¶
func (m *MockTrustMaterialServiceServer) EXPECT() *MockTrustMaterialServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTrustMaterialServiceServer) TRC ¶
func (m *MockTrustMaterialServiceServer) TRC(arg0 context.Context, arg1 *control_plane.TRCRequest) (*control_plane.TRCResponse, error)
TRC mocks base method.
type MockTrustMaterialServiceServerMockRecorder ¶
type MockTrustMaterialServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockTrustMaterialServiceServerMockRecorder is the mock recorder for MockTrustMaterialServiceServer.
func (*MockTrustMaterialServiceServerMockRecorder) Chains ¶
func (mr *MockTrustMaterialServiceServerMockRecorder) Chains(arg0, arg1 interface{}) *gomock.Call
Chains indicates an expected call of Chains.
func (*MockTrustMaterialServiceServerMockRecorder) TRC ¶
func (mr *MockTrustMaterialServiceServerMockRecorder) TRC(arg0, arg1 interface{}) *gomock.Call
TRC indicates an expected call of TRC.