Documentation ¶ Index ¶ type AppRunner func NewAppRunner(log *log.Logger, status *Status) *AppRunner type Status func NewStatus(logger *log.Logger) *Status func (s *Status) Error(msg ...string) func (s *Status) Start(msg string) func (s *Status) Stop() func (s *Status) Success(msg ...string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type AppRunner ¶ type AppRunner struct { // contains filtered or unexported fields } func NewAppRunner ¶ func NewAppRunner(log *log.Logger, status *Status) *AppRunner type Status ¶ type Status struct { // contains filtered or unexported fields } func NewStatus ¶ func NewStatus(logger *log.Logger) *Status func (*Status) Error ¶ func (s *Status) Error(msg ...string) func (*Status) Start ¶ func (s *Status) Start(msg string) func (*Status) Stop ¶ func (s *Status) Stop() func (*Status) Success ¶ func (s *Status) Success(msg ...string) Source Files ¶ View all Source files apply.go describeCluster.go describeProfile.go destroy.go generate.go listProfiles.go manageStack.go plan.go rootCmd.go Click to show internal directories. Click to hide internal directories.