 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package mock_control_plane is a generated GoMock package.
Index ¶
- type MockChainRenewalServiceServer
- type MockChainRenewalServiceServerMockRecorder
- type MockInterfaceStateConsumerServiceServer
- func (m *MockInterfaceStateConsumerServiceServer) EXPECT() *MockInterfaceStateConsumerServiceServerMockRecorder
- func (m *MockInterfaceStateConsumerServiceServer) InterfaceStateConsume(arg0 context.Context, arg1 *control_plane.InterfaceStateConsumeRequest) (*control_plane.InterfaceStateConsumeResponse, error)
 
- type MockInterfaceStateConsumerServiceServerMockRecorder
- type MockInterfaceStateServiceServer
- func (m *MockInterfaceStateServiceServer) EXPECT() *MockInterfaceStateServiceServerMockRecorder
- func (m *MockInterfaceStateServiceServer) InterfaceState(arg0 context.Context, arg1 *control_plane.InterfaceStateRequest) (*control_plane.InterfaceStateResponse, error)
- func (m *MockInterfaceStateServiceServer) SignedRevocation(arg0 context.Context, arg1 *control_plane.SignedRevocationRequest) (*control_plane.SignedRevocationResponse, error)
 
- type MockInterfaceStateServiceServerMockRecorder
- 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 MockInterfaceStateConsumerServiceServer ¶
type MockInterfaceStateConsumerServiceServer struct {
	// contains filtered or unexported fields
}
    MockInterfaceStateConsumerServiceServer is a mock of InterfaceStateConsumerServiceServer interface
func NewMockInterfaceStateConsumerServiceServer ¶
func NewMockInterfaceStateConsumerServiceServer(ctrl *gomock.Controller) *MockInterfaceStateConsumerServiceServer
NewMockInterfaceStateConsumerServiceServer creates a new mock instance
func (*MockInterfaceStateConsumerServiceServer) EXPECT ¶
func (m *MockInterfaceStateConsumerServiceServer) EXPECT() *MockInterfaceStateConsumerServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockInterfaceStateConsumerServiceServer) InterfaceStateConsume ¶
func (m *MockInterfaceStateConsumerServiceServer) InterfaceStateConsume(arg0 context.Context, arg1 *control_plane.InterfaceStateConsumeRequest) (*control_plane.InterfaceStateConsumeResponse, error)
InterfaceStateConsume mocks base method
type MockInterfaceStateConsumerServiceServerMockRecorder ¶
type MockInterfaceStateConsumerServiceServerMockRecorder struct {
	// contains filtered or unexported fields
}
    MockInterfaceStateConsumerServiceServerMockRecorder is the mock recorder for MockInterfaceStateConsumerServiceServer
func (*MockInterfaceStateConsumerServiceServerMockRecorder) InterfaceStateConsume ¶
func (mr *MockInterfaceStateConsumerServiceServerMockRecorder) InterfaceStateConsume(arg0, arg1 interface{}) *gomock.Call
InterfaceStateConsume indicates an expected call of InterfaceStateConsume
type MockInterfaceStateServiceServer ¶
type MockInterfaceStateServiceServer struct {
	// contains filtered or unexported fields
}
    MockInterfaceStateServiceServer is a mock of InterfaceStateServiceServer interface
func NewMockInterfaceStateServiceServer ¶
func NewMockInterfaceStateServiceServer(ctrl *gomock.Controller) *MockInterfaceStateServiceServer
NewMockInterfaceStateServiceServer creates a new mock instance
func (*MockInterfaceStateServiceServer) EXPECT ¶
func (m *MockInterfaceStateServiceServer) EXPECT() *MockInterfaceStateServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockInterfaceStateServiceServer) InterfaceState ¶
func (m *MockInterfaceStateServiceServer) InterfaceState(arg0 context.Context, arg1 *control_plane.InterfaceStateRequest) (*control_plane.InterfaceStateResponse, error)
InterfaceState mocks base method
func (*MockInterfaceStateServiceServer) SignedRevocation ¶
func (m *MockInterfaceStateServiceServer) SignedRevocation(arg0 context.Context, arg1 *control_plane.SignedRevocationRequest) (*control_plane.SignedRevocationResponse, error)
SignedRevocation mocks base method
type MockInterfaceStateServiceServerMockRecorder ¶
type MockInterfaceStateServiceServerMockRecorder struct {
	// contains filtered or unexported fields
}
    MockInterfaceStateServiceServerMockRecorder is the mock recorder for MockInterfaceStateServiceServer
func (*MockInterfaceStateServiceServerMockRecorder) InterfaceState ¶
func (mr *MockInterfaceStateServiceServerMockRecorder) InterfaceState(arg0, arg1 interface{}) *gomock.Call
InterfaceState indicates an expected call of InterfaceState
func (*MockInterfaceStateServiceServerMockRecorder) SignedRevocation ¶
func (mr *MockInterfaceStateServiceServerMockRecorder) SignedRevocation(arg0, arg1 interface{}) *gomock.Call
SignedRevocation indicates an expected call of SignedRevocation
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