Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrStoreContextTimeout = errors.New("context timed out in storing step")
Functions ¶
This section is empty.
Types ¶
type DummyStepStore ¶
type DummyStepStore struct{}
func (DummyStepStore) UploadNewSteps ¶
func (store DummyStepStore) UploadNewSteps(appName string, steps map[string]config.ResourceStep) (string, error)
type S3StepStore ¶
type S3StepStore struct {
// contains filtered or unexported fields
}
func NewS3StepStore ¶
func NewS3StepStore(bucketName, awsEndpoint string) (S3StepStore, error)
func (S3StepStore) UploadNewSteps ¶
func (store S3StepStore) UploadNewSteps(appName string, steps map[string]config.ResourceStep) (string, error)
Click to show internal directories.
Click to hide internal directories.