Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RequiredSecrets ¶
func RequiredSecrets() go_secrets.Required
Types ¶
type Client ¶
type Client interface { Close() CreateGreeting(ctx context.Context, d dto.CreateGreeting) (location string, err error) ReadGreeting(ctx context.Context, d dto.ReadGreeting) (*Greeting, error) DeleteGreeting(ctx context.Context, d dto.DeleteGreeting) error RenderGreeting(g Greeting) ([]byte, error) }
Click to show internal directories.
Click to hide internal directories.