Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IO ¶
type IOAwsS3 ¶
type IOAwsS3 struct{}
func (*IOAwsS3) Count ¶
***************************************************************
* Count the objects with the prefix "path" from S3 ***************************************************************
func (*IOAwsS3) List ¶
***************************************************************
* List the objects with the prefix "path" from S3 ***************************************************************
type IOAwsSSM ¶
type IOAwsSSM struct{}
func (*IOAwsSSM) Count ¶
***************************************************************
* Count the parameters in the Parameter Store in * the path "path" ***************************************************************
func (*IOAwsSSM) List ¶
***************************************************************
* List all the parameters from the parameter store with the * past "path" ***************************************************************
type IOAwsSecretManager ¶
func (*IOAwsSecretManager) Count ¶
func (c *IOAwsSecretManager) Count(path string) (int, error)
***************************************************************
* Count the parameters in the Parameter Store in * the path "path" ***************************************************************
func (*IOAwsSecretManager) List ¶
func (c *IOAwsSecretManager) List(path string) ([]string, error)
***************************************************************
* List all the parameters from the parameter store with the * past "path" ***************************************************************
type IOLocal ¶
type IOLocal struct{}
func (*IOLocal) Count ¶
***************************************************************
* Count the number of element in the path "path" ***************************************************************
func (*IOLocal) List ¶
***************************************************************
* List the elements in the directory "path" ***************************************************************
func (*IOLocal) Read ¶
***************************************************************
* Read a file from the destiny "path" ***************************************************************