Documentation ¶ Index ¶ type Config type Handler func New(config Config) *Handler func (h Handler) Create(ctx context.Context, config RunConfig) error func (h Handler) Delete(ctx context.Context, config RunConfig) error type RunConfig Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { S3StorageAddress string } type Handler ¶ type Handler struct { // contains filtered or unexported fields } func New ¶ func New( config Config, ) *Handler func (Handler) Create ¶ func (h Handler) Create(ctx context.Context, config RunConfig) error func (Handler) Delete ¶ func (h Handler) Delete(ctx context.Context, config RunConfig) error type RunConfig ¶ type RunConfig struct { ServiceStackName string BucketName string XAmzAcl string AccessKeyId string SecretAccessKey string } Source Files ¶ View all Source files handler.gohandler_create.gohandler_delete.go Click to show internal directories. Click to hide internal directories.