Versions in this module Expand all Collapse all v0 v0.0.1 Aug 17, 2024 Changes in this version + var ErrCredentialsIncomplete = errors.New("E#1013: couldn't create a valid credential") + type Credentials struct + AccessKey string + SecretToken string + func ReadCredentialsFromDir(path string, c *buildConfig.Credentials) (*Credentials, error) + type KeyValue struct + Key string + Value string + func ReadKeyValueFromDir(ctx context.Context, path string) (collection []KeyValue, err error)