Documentation
¶
Index ¶
- func NewClean() (cli.Command, error)
- func NewCommit() (cli.Command, error)
- func NewInit() (cli.Command, error)
- func NewRecord() (cli.Command, error)
- func NewReport() (cli.Command, error)
- func NewStatus() (cli.Command, error)
- func NewUninit() (cli.Command, error)
- func NewVerify(v string) func() (cli.Command, error)
- type CleanCmd
- type GitCommit
- type InitCmd
- type RecordCmd
- type ReportCmd
- type StatusCmd
- type UninitCmd
- type VerifyCmd
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GitCommit ¶
type GitCommit struct {
}
GitCommit struct contain methods for commit command
func (GitCommit) Run ¶
Run executes commit commands with args
type RecordCmd ¶
type RecordCmd struct {
}
RecordCmd contains method for record command
func (RecordCmd) Run ¶
Run executes record command with args
type ReportCmd ¶
type ReportCmd struct {
}
ReportCmd contains methods for report command
func (ReportCmd) Run ¶
Run exectues report command with args
type StatusCmd ¶
type StatusCmd struct {
}
StatusCmd containt methods for status command
func (StatusCmd) Run ¶
Run executes status command with args
type UninitCmd ¶
type UninitCmd struct {
}
UninitCmd contains methods for uninit command
func (UninitCmd) Run ¶
Run executes uninit command with args
Source Files
¶
- clean.go
- commit.go
- init.go
- record.go
- report.go
- status.go
- uninit.go
- verify.go
Click to show internal directories.
Click to hide internal directories.