Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientTransport ¶
ClientTransport is an autogenerated mock type for the ClientTransport type
func (*ClientTransport) Submit ¶
func (_m *ClientTransport) Submit(_a0 *runtime.ClientOperation) (interface{}, error)
Submit provides a mock function with given fields: _a0
type FaaSDriver ¶
FaaSDriver is an autogenerated mock type for the FaaSDriver type
func (*FaaSDriver) GetRunnable ¶
func (_m *FaaSDriver) GetRunnable(e *functions.FunctionExecution) functions.Runnable
GetRunnable provides a mock function with given fields: e
type ImageBuilder ¶ added in v0.1.13
ImageBuilder is an autogenerated mock type for the ImageBuilder type
func (*ImageBuilder) BuildImage ¶ added in v0.1.13
func (_m *ImageBuilder) BuildImage(ctx context.Context, f *functions.Function, code []byte) (string, error)
BuildImage provides a mock function with given fields: ctx, f, code
func (*ImageBuilder) RemoveImage ¶ added in v0.1.23
RemoveImage provides a mock function with given fields: ctx, f
type SecretInjector ¶
SecretInjector is an autogenerated mock type for the SecretInjector type
func (*SecretInjector) GetMiddleware ¶
func (_m *SecretInjector) GetMiddleware(organizationID string, secrets []string, cookie string) functions.Middleware
GetMiddleware provides a mock function with given fields: organizationID, secrets, cookie
type ServiceInjector ¶ added in v0.1.13
ServiceInjector is an autogenerated mock type for the ServiceInjector type
func (*ServiceInjector) GetMiddleware ¶ added in v0.1.13
func (_m *ServiceInjector) GetMiddleware(organizationID string, services []string, cookie string) functions.Middleware
GetMiddleware provides a mock function with given fields: organizationID, services, cookie