sts

package
v0.0.0-...-7dfd596 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2023 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Credential

type Credential struct {
	ExpiredTime     time.Time `json:"ExpiredTime"`
	CurrentTime     time.Time `json:"CurrentTime"`
	AccessKeyId     string    `json:"AccessKeyId"`
	AccessKeySecret string    `json:"SecretAccessKey"`
	SecurityToken   string    `json:"SessionToken"`
}

type Logger

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

func (*Logger) Log

func (l *Logger) Log(fields ...interface{})

type ServiceClients

type ServiceClients struct {
	UniversalClient *universal.Universal
	EbsClient       *storageebs.STORAGEEBS
	// contains filtered or unexported fields
}

func NewServiceClients

func NewServiceClients(config *openapi.Config) (*ServiceClients, error)

Jump to

Keyboard shortcuts

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