Documentation ¶
Index ¶
- type MockEntityService
- func (_m *MockEntityService) Create(body []byte, options map[string]string) ([]byte, error)
- func (_m *MockEntityService) Delete(id string, body []byte, options map[string]string) ([]byte, error)
- func (_m *MockEntityService) EXPECT() *_MockEntityServiceRecorder
- func (_m *MockEntityService) Execute(id string, operation string, body []byte, options map[string]string) ([]byte, error)
- func (_m *MockEntityService) Get(id string, options map[string]string) ([]byte, error)
- func (_m *MockEntityService) List(options map[string]string) ([]byte, error)
- func (_m *MockEntityService) Update(id string, body []byte, options map[string]string) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockEntityService ¶
type MockEntityService struct {
// contains filtered or unexported fields
}
Mock of EntityService interface
func NewMockEntityService ¶
func NewMockEntityService(ctrl *gomock.Controller) *MockEntityService
func (*MockEntityService) EXPECT ¶
func (_m *MockEntityService) EXPECT() *_MockEntityServiceRecorder
Click to show internal directories.
Click to hide internal directories.