Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cli ¶
type Cli struct {
DbUser string `help:"database uesr"`
DbPass string `help:"database password"`
DbHost string `help:"database host" default:"localhost"`
DbPort int `help:"database port" default:"3306"`
DbSock string `help:"database socket"`
DbName string `help:"database name"`
Sql string `help:"sql"`
Version VersionCmd `cmd help:"show version"`
// contains filtered or unexported fields
}
type VersionCmd ¶
type VersionCmd struct{}
Click to show internal directories.
Click to hide internal directories.