Documentation
¶
Index ¶
- type ClientOption
- type ClientService
- func (_m *ClientService) GetGoalsGetPhp(params *goal.GetGoalsGetPhpParams, authInfo runtime.ClientAuthInfoWriter, ...) (*goal.GetGoalsGetPhpOK, error)
- func (_m *ClientService) PostGoalsAddPhp(params *goal.PostGoalsAddPhpParams, authInfo runtime.ClientAuthInfoWriter, ...) (*goal.PostGoalsAddPhpOK, error)
- func (_m *ClientService) PostGoalsDeletePhp(params *goal.PostGoalsDeletePhpParams, authInfo runtime.ClientAuthInfoWriter, ...) (*goal.PostGoalsDeletePhpOK, error)
- func (_m *ClientService) PostGoalsEditPhp(params *goal.PostGoalsEditPhpParams, authInfo runtime.ClientAuthInfoWriter, ...) (*goal.PostGoalsEditPhpOK, error)
- func (_m *ClientService) SetTransport(transport runtime.ClientTransport)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientOption ¶
ClientOption is an autogenerated mock type for the ClientOption type
func NewClientOption ¶
func NewClientOption(t interface { mock.TestingT Cleanup(func()) }) *ClientOption
NewClientOption creates a new instance of ClientOption. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*ClientOption) Execute ¶
func (_m *ClientOption) Execute(_a0 *runtime.ClientOperation)
Execute provides a mock function with given fields: _a0
type ClientService ¶
ClientService is an autogenerated mock type for the ClientService type
func NewClientService ¶
func NewClientService(t interface { mock.TestingT Cleanup(func()) }) *ClientService
NewClientService creates a new instance of ClientService. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*ClientService) GetGoalsGetPhp ¶
func (_m *ClientService) GetGoalsGetPhp(params *goal.GetGoalsGetPhpParams, authInfo runtime.ClientAuthInfoWriter, opts ...goal.ClientOption) (*goal.GetGoalsGetPhpOK, error)
GetGoalsGetPhp provides a mock function with given fields: params, authInfo, opts
func (*ClientService) PostGoalsAddPhp ¶
func (_m *ClientService) PostGoalsAddPhp(params *goal.PostGoalsAddPhpParams, authInfo runtime.ClientAuthInfoWriter, opts ...goal.ClientOption) (*goal.PostGoalsAddPhpOK, error)
PostGoalsAddPhp provides a mock function with given fields: params, authInfo, opts
func (*ClientService) PostGoalsDeletePhp ¶
func (_m *ClientService) PostGoalsDeletePhp(params *goal.PostGoalsDeletePhpParams, authInfo runtime.ClientAuthInfoWriter, opts ...goal.ClientOption) (*goal.PostGoalsDeletePhpOK, error)
PostGoalsDeletePhp provides a mock function with given fields: params, authInfo, opts
func (*ClientService) PostGoalsEditPhp ¶
func (_m *ClientService) PostGoalsEditPhp(params *goal.PostGoalsEditPhpParams, authInfo runtime.ClientAuthInfoWriter, opts ...goal.ClientOption) (*goal.PostGoalsEditPhpOK, error)
PostGoalsEditPhp provides a mock function with given fields: params, authInfo, opts
func (*ClientService) SetTransport ¶
func (_m *ClientService) SetTransport(transport runtime.ClientTransport)
SetTransport provides a mock function with given fields: transport