Documentation ¶
Index ¶
- type ClientOption
- type ClientService
- func (_m *ClientService) CreateProject(params *clientproject.CreateProjectParams, ...) (*clientproject.CreateProjectCreated, error)
- func (_m *ClientService) DeleteProject(params *clientproject.DeleteProjectParams, ...) (*clientproject.DeleteProjectOK, error)
- func (_m *ClientService) FindProject(params *clientproject.FindProjectParams, authInfo runtime.ClientAuthInfoWriter, ...) (*clientproject.FindProjectOK, error)
- func (_m *ClientService) FindProjects(params *clientproject.FindProjectsParams, ...) (*clientproject.FindProjectsOK, error)
- func (_m *ClientService) ListProjects(params *clientproject.ListProjectsParams, ...) (*clientproject.ListProjectsOK, error)
- func (_m *ClientService) SetTransport(transport runtime.ClientTransport)
- func (_m *ClientService) UpdateProject(params *clientproject.UpdateProjectParams, ...) (*clientproject.UpdateProjectOK, error)
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 ¶ added in v0.18.1
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 ¶ added in v0.18.1
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) CreateProject ¶
func (_m *ClientService) CreateProject(params *clientproject.CreateProjectParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientproject.ClientOption) (*clientproject.CreateProjectCreated, error)
CreateProject provides a mock function with given fields: params, authInfo, opts
func (*ClientService) DeleteProject ¶
func (_m *ClientService) DeleteProject(params *clientproject.DeleteProjectParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientproject.ClientOption) (*clientproject.DeleteProjectOK, error)
DeleteProject provides a mock function with given fields: params, authInfo, opts
func (*ClientService) FindProject ¶
func (_m *ClientService) FindProject(params *clientproject.FindProjectParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientproject.ClientOption) (*clientproject.FindProjectOK, error)
FindProject provides a mock function with given fields: params, authInfo, opts
func (*ClientService) FindProjects ¶
func (_m *ClientService) FindProjects(params *clientproject.FindProjectsParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientproject.ClientOption) (*clientproject.FindProjectsOK, error)
FindProjects provides a mock function with given fields: params, authInfo, opts
func (*ClientService) ListProjects ¶
func (_m *ClientService) ListProjects(params *clientproject.ListProjectsParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientproject.ClientOption) (*clientproject.ListProjectsOK, error)
ListProjects 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
func (*ClientService) UpdateProject ¶
func (_m *ClientService) UpdateProject(params *clientproject.UpdateProjectParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientproject.ClientOption) (*clientproject.UpdateProjectOK, error)
UpdateProject provides a mock function with given fields: params, authInfo, opts