config

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package config defines the config of rainbow cli.

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrConfigFileAlreadyExists is an error that occurs when the config file already exists.
	ErrConfigFileAlreadyExists = fmt.Errorf("config file already exists")
	// ErrInvalidRegion is an error that occurs when the region is invalid.
	ErrInvalidRegion = errors.New("invalid region")
	// ErrInvalidBucket is an error that occurs when the bucket is invalid.
	ErrInvalidBucket = errors.New("invalid bucket")
	// ErrInvalidSpareTemplateVersion is an error that occurs when the spare template version is invalid.
	ErrInvalidSpareTemplateVersion = errors.New("invalid spare template version")
	// ErrInvalidDeployTarget is an error that occurs when the deploy target is invalid.
	ErrInvalidDeployTarget = errors.New("invalid deploy target")
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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