console

package
v0.0.0-...-85b3def Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Output

type Output struct{}

func NewOutput

func NewOutput() *Output

func (*Output) Block

func (o *Output) Block(message, bg, fg string)

func (*Output) BlockError

func (o *Output) BlockError(message string)

func (*Output) BlockInfo

func (o *Output) BlockInfo(message string)

func (*Output) BlockSuccess

func (o *Output) BlockSuccess(message string)

func (*Output) BlockWarning

func (o *Output) BlockWarning(message string)

func (*Output) Line

func (o *Output) Line(message, fg string)

func (*Output) LineError

func (o *Output) LineError(message string)

func (*Output) LineInfo

func (o *Output) LineInfo(message string)

func (*Output) LineSuccess

func (o *Output) LineSuccess(message string)

func (*Output) LineWarning

func (o *Output) LineWarning(message string)

func (*Output) NewLine

func (o *Output) NewLine(count int)

type Runner

type Runner struct {
	// contains filtered or unexported fields
}

func NewDefaultRunner

func NewDefaultRunner(repo, branch string) (*Runner, error)

func NewRunner

func NewRunner(output *Output, github *client.Github, repo, branch string) *Runner

func (*Runner) Run

func (r *Runner) Run() error

Jump to

Keyboard shortcuts

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