Documentation
¶
Index ¶
- type Github
- type S3
- func (s3m *S3) GetBucketLocation(ctx context.Context, input *s3.GetBucketLocationInput, ...) (*s3.GetBucketLocationOutput, error)
- func (s3m *S3) MockGet(bucket string, key string) ([]byte, bool)
- func (s3m *S3) MockGetHTTP(uri string) ([]byte, bool)
- func (s3m *S3) PutObject(ctx context.Context, input *s3.PutObjectInput, optFns ...func(*s3.Options)) (*s3.PutObjectOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Github ¶
type Github struct {
Configs map[string][]*application_pb.Application
}
func (*Github) PullO5Configs ¶
func (gm *Github) PullO5Configs(ctx context.Context, org string, repo string, ref string) ([]*application_pb.Application, error)
type S3 ¶
func (*S3) GetBucketLocation ¶
func (s3m *S3) GetBucketLocation(ctx context.Context, input *s3.GetBucketLocationInput, optFns ...func(*s3.Options)) (*s3.GetBucketLocationOutput, error)
Click to show internal directories.
Click to hide internal directories.