data

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2024 License: MIT Imports: 9 Imported by: 0

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 Container

type Container struct {
	Name            string
	Image           string
	LogStreamPrefix string
	LogGroupName    string
}

type ECSClusterData

type ECSClusterData struct {
	Services []ServiceData
}

type Function

type Function struct {
	Tags map[string]string
	lambdaTypes.FunctionConfiguration
}

type ServiceData

type ServiceData struct {
	Service    *ecsTypes.Service
	Containers []Container
}

Stores information about AWS services and functions

Jump to

Keyboard shortcuts

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