common

package
v0.3.4-rc13 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Logger = prodLogger

Functions

func ChooseLogger

func ChooseLogger(loggingLvl LoggingLevel)

func PrintError

func PrintError(err error)

func PrintWarning

func PrintWarning(message string)

Types

type Command

type Command int
const (
	UpdateCommand Command = iota
)

type Flags

type Flags struct {
	LoggingLevel string
	Config       string
	Branch       string
	AWSPrefix    string
}

func (*Flags) Setup

func (f *Flags) Setup(cmd Command) error

type LoggingLevel

type LoggingLevel int
const (
	DevLoggingLvl LoggingLevel = iota
	ProdLoggingLvl
)

func ConvStrToLoggingLvl

func ConvStrToLoggingLvl(str string) LoggingLevel

type PrefixedError

type PrefixedError struct {
	Reason error
}

func (*PrefixedError) Error

func (pe *PrefixedError) Error() string

type Warning

type Warning struct {
	Reason error
}

func (*Warning) Error

func (w *Warning) Error() string

Jump to

Keyboard shortcuts

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