Documentation
¶
Index ¶
Constants ¶
View Source
const MAX_IMAGE_WIDTH = 50
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountData ¶
type AccountData struct {
Functions []Function
ClusterData *ECSClusterData
ClusterName string
Refreshed time.Time
AccountId string
Apis []aws.ApiGateway
}
func NewAccountData ¶
func NewAccountData(clusterName string, account string) *AccountData
func (*AccountData) Refresh ¶
func (d *AccountData) Refresh()
type ECSClusterData ¶
type ECSClusterData struct {
Services []ServiceData
}
type Function ¶
type Function struct {
Tags map[string]string
lambdaTypes.FunctionConfiguration
}
type ServiceData ¶
Stores information about AWS services and functions
Click to show internal directories.
Click to hide internal directories.