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)
- type CleanCmd
- type CommitCmd
- 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 CleanCmd ¶
CleanCmd contains method for clean method
type CommitCmd ¶ added in v1.2.4
CommitCmd struct contain methods for commit command
func (CommitCmd) Help ¶ added in v1.2.4
Help returns help for commit command
func (CommitCmd) Run ¶ added in v1.2.4
Run executes commit commands with args
type InitCmd ¶
InitCmd contains methods for init command
type RecordCmd ¶
RecordCmd contains method for record command
func (RecordCmd) Run ¶
Run executes record command with args
type ReportCmd ¶
ReportCmd contains methods for report command
func (ReportCmd) Run ¶
Run executes report command with args
type StatusCmd ¶
StatusCmd containt methods for status command
func (StatusCmd) Run ¶
Run executes status command with args
type UninitCmd ¶
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.