awsweb

package
v0.0.0-...-8796aea Latest Latest
Warning

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

Go to latest
Published: Dec 26, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetLoginUrl

func GetLoginUrl(provider CredRegionProvider) string

Types

type CredRegionProvider

type CredRegionProvider interface {
	Retrieve() (credentials.Value, error)
	IsExpired() bool
	Region() string
}

func GetProvider

func GetProvider(profile string) CredRegionProvider

type NoopProvider

type NoopProvider struct{}

func (*NoopProvider) IsExpired

func (p *NoopProvider) IsExpired() bool

func (*NoopProvider) Region

func (p *NoopProvider) Region() string

func (*NoopProvider) Retrieve

func (p *NoopProvider) Retrieve() (credentials.Value, error)

type SigninTokenResponse

type SigninTokenResponse struct {
	SigninToken string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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