cmd

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 21, 2020 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute() error

func UpdateCredentialsFile

func UpdateCredentialsFile(creds *Creds)

Types

type CacheFile

type CacheFile struct {
	StartUrl    string `json:startUrl`
	Region      string `json:region`
	AccessToken string `json:accessToken`
	ExpiresAt   string `json:expiresAt`
	Expiration  time.Time
}

type Creds

type Creds struct {
	AccessKeyId     string `json:accessKeyId`
	SecretAccessKey string `json:secretAccessKey`
	SessionToken    string `json:sessionToken`
}

Jump to

Keyboard shortcuts

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