cmd

package
v0.0.0-...-89c1a8c Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2022 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

Types

type ConfigurationFile

type ConfigurationFile struct {
	Resources Resources `yaml:"Resources"`
}

ConfigurationFile holds all the configuration information that docker may need

type DynamoDBConfiguration

type DynamoDBConfiguration struct {
	Region    string `yaml:"Region"`
	TableName string `yaml:"TableName"`
}

DynamoDBConfiguration holds data about the DynamoDB table resource used as the cli's source

type Resources

type Resources struct {
	DynamoDB DynamoDBConfiguration `yaml:"DynamoDB"`
}

Resources holds the data about the resources used by the cli to render its information

Jump to

Keyboard shortcuts

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