Documentation
¶
Index ¶
- func CheckConfigValue(ctx context.Context, value string) error
- func CheckResource(ctx context.Context) error
- func CheckResources(ctx context.Context, count int) error
- func CheckSuccess(ctx context.Context) error
- func CreateResource(ctx context.Context) (context.Context, error)
- func DeleteResource(ctx context.Context) (context.Context, error)
- func EmptyConfigKey(ctx context.Context) (context.Context, error)
- func ExistingConfigKey(ctx context.Context, key string) (context.Context, error)
- func ExistingID(ctx context.Context) (context.Context, error)
- func ExistingResourceName(ctx context.Context) (context.Context, error)
- func ExistingResources(ctx context.Context, count int) (context.Context, error)
- func FailWithCodeAndMsg(ctx context.Context, code, msg string) error
- func GetConfigValue(ctx context.Context) (context.Context, error)
- func GetResource(ctx context.Context) (context.Context, error)
- func InvalidAuthentication(ctx context.Context) context.Context
- func InvalidUUID(ctx context.Context) context.Context
- func Limit(ctx context.Context, value int32) context.Context
- func ListResources(ctx context.Context) (context.Context, error)
- func NilUUID(ctx context.Context) context.Context
- func NoAuthentication(ctx context.Context) context.Context
- func NonExistingConfigKey(ctx context.Context) (context.Context, error)
- func PrintableASCIIChars(ctx context.Context, length int) (context.Context, error)
- func PrintableNonASCIIChars(ctx context.Context, length int) (context.Context, error)
- func UpdateResource(ctx context.Context) (context.Context, error)
- func ValidAuthentication(ctx context.Context) (context.Context, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckConfigValue ¶ added in v0.3.26
...
func CheckResources ¶ added in v0.3.71
...
func CreateResource ¶
CreateResource creates a Resource using a name input taken from the given context.
func DeleteResource ¶
DeleteResource deletes a Resource using the ID taken from the given context.
func EmptyConfigKey ¶ added in v0.3.26
...
func ExistingConfigKey ¶ added in v0.3.26
...
func ExistingResources ¶ added in v0.3.71
...
func GetConfigValue ¶ added in v0.3.26
GetConfigValue gets a single configuration value using the key taken from the given context.
func GetResource ¶
GetResource gets a single Resource using the ID input taken from the given context.
func InvalidAuthentication ¶ added in v0.0.94
...
func ListResources ¶ added in v0.3.71
ListResources gets multiple Resources using parameters taken from the given context.
func NoAuthentication ¶ added in v0.0.94
...
func NonExistingConfigKey ¶ added in v0.3.26
...
func PrintableASCIIChars ¶
...
func PrintableNonASCIIChars ¶
...
func UpdateResource ¶
UpdateResource updates a Resource using the ID and name taken from the given context.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.