lint
Signed-off-by: Kai Xia <kaix+github@fastmail.com>
This commit is contained in:
parent
f21906c2c1
commit
e1a77265d1
2 changed files with 10 additions and 10 deletions
|
|
@ -30,9 +30,9 @@ var agentCmd = &cobra.Command{
|
|||
}
|
||||
|
||||
var (
|
||||
agentDebug bool
|
||||
agentMessage string
|
||||
agentSession string
|
||||
agentDebug bool
|
||||
agentMessage string
|
||||
agentSession string
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
|
|
|||
|
|
@ -33,13 +33,13 @@ var AddCmd = &cobra.Command{
|
|||
}
|
||||
|
||||
var (
|
||||
cronName string
|
||||
cronMessage string
|
||||
cronEvery int64
|
||||
cronCronExpr string
|
||||
cronDeliver bool
|
||||
cronTo string
|
||||
cronChannel string
|
||||
cronName string
|
||||
cronMessage string
|
||||
cronEvery int64
|
||||
cronCronExpr string
|
||||
cronDeliver bool
|
||||
cronTo string
|
||||
cronChannel string
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue