Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoogleNowAddCredentialsWorkflow ¶
type GoogleNowAddCredentialsWorkflow interface {
Handle(
ctx context.Context,
reqHeaders zanzibar.Header,
r *endpointsIDlEndpointsGooglenowGooglenow.GoogleNow_AddCredentials_Args,
) (context.Context, zanzibar.Header, error)
}
GoogleNowAddCredentialsWorkflow defines the interface for GoogleNowAddCredentials workflow
func NewGoogleNowAddCredentialsWorkflow ¶
func NewGoogleNowAddCredentialsWorkflow(deps *module.Dependencies) GoogleNowAddCredentialsWorkflow
NewGoogleNowAddCredentialsWorkflow creates a workflow
type GoogleNowCheckCredentialsWorkflow ¶
type GoogleNowCheckCredentialsWorkflow interface {
Handle(
ctx context.Context,
reqHeaders zanzibar.Header,
) (context.Context, zanzibar.Header, error)
}
GoogleNowCheckCredentialsWorkflow defines the interface for GoogleNowCheckCredentials workflow
func NewGoogleNowCheckCredentialsWorkflow ¶
func NewGoogleNowCheckCredentialsWorkflow(deps *module.Dependencies) GoogleNowCheckCredentialsWorkflow
NewGoogleNowCheckCredentialsWorkflow creates a workflow
Click to show internal directories.
Click to hide internal directories.