mock_apps

package
v0.0.0-...-ed2735e Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mock_apps is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCommand

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

MockCommand is a mock of Command interface

func NewMockCommand

func NewMockCommand(ctrl *gomock.Controller) *MockCommand

NewMockCommand creates a new mock instance

func (*MockCommand) EXPECT

func (m *MockCommand) EXPECT() *MockCommandMockRecorder

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

func (*MockCommand) SendNotification

func (m *MockCommand) SendNotification(event dockercontroller.Event)

SendNotification mocks base method

func (*MockCommand) SubscribeEvent

func (m *MockCommand) SubscribeEvent(body string) (map[string]interface{}, error)

SubscribeEvent mocks base method

func (*MockCommand) UnsubscribeEvent

func (m *MockCommand) UnsubscribeEvent(body string) error

UnsubscribeEvent mocks base method

type MockCommandMockRecorder

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

MockCommandMockRecorder is the mock recorder for MockCommand

func (*MockCommandMockRecorder) SendNotification

func (mr *MockCommandMockRecorder) SendNotification(event interface{}) *gomock.Call

SendNotification indicates an expected call of SendNotification

func (*MockCommandMockRecorder) SubscribeEvent

func (mr *MockCommandMockRecorder) SubscribeEvent(body interface{}) *gomock.Call

SubscribeEvent indicates an expected call of SubscribeEvent

func (*MockCommandMockRecorder) UnsubscribeEvent

func (mr *MockCommandMockRecorder) UnsubscribeEvent(body interface{}) *gomock.Call

UnsubscribeEvent indicates an expected call of UnsubscribeEvent

Jump to

Keyboard shortcuts

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