Documentation ¶
Overview ¶
You can use the "packr clean" command to clean up this, and any other packr generated files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "v1.1.1" BuildTime = tools.Tools.TimeFormat(time.Now(), "Y-m-d H:i:s") )
Functions ¶
func GetVersion ¶ added in v1.0.10
func GetVersion() string
func InitCommands ¶
func InitCommands() []*cli.Command
Types ¶
type Tool ¶ added in v1.0.10
type Tool struct { Name string `json:"name"` Alias string `json:"alias"` BuildTime time.Time `json:"build_time"` Install string `json:"install"` Dir string `json:"dir"` Summary string `json:"summary"` Platform []string `json:"platform"` Author string `json:"author"` URL string `json:"url"` }
Tool is kratos tool.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.