Documentation ¶
Index ¶
- type Config
- type Plugin
- func (p *Plugin) Boot(conf interface{}, dependencies ...interface{}) plugins.Plugin
- func (p *Plugin) Close() error
- func (p *Plugin) GitCommitMessage() string
- func (p *Plugin) GitTag(annotation string, msg string) error
- func (p *Plugin) IsEnabled() bool
- func (p *Plugin) Name() string
- func (p *Plugin) NextVersion(v string, next Semver) (*semver.Version, error)
- func (p *Plugin) SemVer(msg string) Semver
- func (p *Plugin) Start() error
- func (p *Plugin) TagVersion() (*semver.Version, error)
- type Semver
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Enable bool `env:"GITHELPER_ENABLE" default:"false" yaml:"enable" json:"enable"`
}
type Plugin ¶
func (*Plugin) GitCommitMessage ¶
func (*Plugin) NextVersion ¶
func (*Plugin) TagVersion ¶
Click to show internal directories.
Click to hide internal directories.