agent

package
v3.1.1 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Agent

type Agent struct {
	Config *Config
	// contains filtered or unexported fields
}

func New

func New(config *Config) *Agent

func (*Agent) Add

func (a *Agent) Add() error

func (*Agent) Commit

func (a *Agent) Commit() error

func (*Agent) Init

func (a *Agent) Init() (err error)

func (*Agent) Push

func (a *Agent) Push() error

func (*Agent) Title

func (a *Agent) Title() error

type Commit

type Commit struct {
	Long     bool
	Breaking bool
}

type Config

type Config struct {
	Commit Commit
	Push   Push
}

type Push

type Push struct {
	Force bool
	Tags  bool
}

Jump to

Keyboard shortcuts

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