config

package
v0.2.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	// contains filtered or unexported fields
}

func New

func New(profile string) *Config

func (*Config) AccessKeyId

func (c *Config) AccessKeyId() string

func (*Config) Rollback

func (c *Config) Rollback(err error) error

func (*Config) UpdateKeys

func (c *Config) UpdateKeys(accessKey string, secretAccessKey string) error

type File

type File struct{}

type IConfig

type IConfig interface {
	UpdateKeys(accessKey string, secretAccessKey string) error
	Rollback(error error) error
	AccessKeyId() string
}

type IFile

type IFile interface {
	// contains filtered or unexported methods
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL