Documentation
¶
Index ¶
- type Fetcher
- func (_m *Fetcher) FetchExecution(ctx context.Context, name string, project string, domain string, ...) (*admin.Execution, error)
- func (_m *Fetcher) FetchLPVersion(ctx context.Context, name string, version string, project string, ...) (*admin.LaunchPlan, error)
- func (_m *Fetcher) OnFetchExecution(ctx context.Context, name string, project string, domain string, ...) *Fetcher_FetchExecution
- func (_m *Fetcher) OnFetchExecutionMatch(matchers ...interface{}) *Fetcher_FetchExecution
- func (_m *Fetcher) OnFetchLPVersion(ctx context.Context, name string, version string, project string, ...) *Fetcher_FetchLPVersion
- func (_m *Fetcher) OnFetchLPVersionMatch(matchers ...interface{}) *Fetcher_FetchLPVersion
- type Fetcher_FetchExecution
- type Fetcher_FetchLPVersion
- type GetExecution
- func (_m *GetExecution) FetchExecution(ctx context.Context, name string, project string, domain string, ...) (*admin.Execution, error)
- func (_m *GetExecution) OnFetchExecution(ctx context.Context, name string, project string, domain string, ...) *GetExecution_FetchExecution
- func (_m *GetExecution) OnFetchExecutionMatch(matchers ...interface{}) *GetExecution_FetchExecution
- type GetExecution_FetchExecution
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fetcher ¶
Fetcher is an autogenerated mock type for the Fetcher type
func (*Fetcher) FetchExecution ¶
func (_m *Fetcher) FetchExecution(ctx context.Context, name string, project string, domain string, cmdCtx cmdcore.CommandContext) (*admin.Execution, error)
FetchExecution provides a mock function with given fields: ctx, name, project, domain, cmdCtx
func (*Fetcher) FetchLPVersion ¶
func (_m *Fetcher) FetchLPVersion(ctx context.Context, name string, version string, project string, domain string, cmdCtx cmdcore.CommandContext) (*admin.LaunchPlan, error)
FetchLPVersion provides a mock function with given fields: ctx, name, version, project, domain, cmdCtx
func (*Fetcher) OnFetchExecution ¶
func (_m *Fetcher) OnFetchExecution(ctx context.Context, name string, project string, domain string, cmdCtx cmdcore.CommandContext) *Fetcher_FetchExecution
func (*Fetcher) OnFetchExecutionMatch ¶
func (_m *Fetcher) OnFetchExecutionMatch(matchers ...interface{}) *Fetcher_FetchExecution
func (*Fetcher) OnFetchLPVersion ¶
func (_m *Fetcher) OnFetchLPVersion(ctx context.Context, name string, version string, project string, domain string, cmdCtx cmdcore.CommandContext) *Fetcher_FetchLPVersion
func (*Fetcher) OnFetchLPVersionMatch ¶
func (_m *Fetcher) OnFetchLPVersionMatch(matchers ...interface{}) *Fetcher_FetchLPVersion
type Fetcher_FetchExecution ¶
func (Fetcher_FetchExecution) Return ¶
func (_m Fetcher_FetchExecution) Return(_a0 *admin.Execution, _a1 error) *Fetcher_FetchExecution
type Fetcher_FetchLPVersion ¶
func (Fetcher_FetchLPVersion) Return ¶
func (_m Fetcher_FetchLPVersion) Return(_a0 *admin.LaunchPlan, _a1 error) *Fetcher_FetchLPVersion
type GetExecution ¶
GetExecution is an autogenerated mock type for the GetExecution type
func (*GetExecution) FetchExecution ¶
func (_m *GetExecution) FetchExecution(ctx context.Context, name string, project string, domain string, cmdCtx cmdcore.CommandContext) (*admin.Execution, error)
FetchExecution provides a mock function with given fields: ctx, name, project, domain, cmdCtx
func (*GetExecution) OnFetchExecution ¶
func (_m *GetExecution) OnFetchExecution(ctx context.Context, name string, project string, domain string, cmdCtx cmdcore.CommandContext) *GetExecution_FetchExecution
func (*GetExecution) OnFetchExecutionMatch ¶
func (_m *GetExecution) OnFetchExecutionMatch(matchers ...interface{}) *GetExecution_FetchExecution
type GetExecution_FetchExecution ¶
func (GetExecution_FetchExecution) Return ¶
func (_m GetExecution_FetchExecution) Return(_a0 *admin.Execution, _a1 error) *GetExecution_FetchExecution
Click to show internal directories.
Click to hide internal directories.