Documentation ¶
Index ¶
Constants ¶
View Source
const (
MessageLimit = 4000
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { Period string `short:"p" long:"period" required:"true" choice:"any" choice:"day" choice:"week" choice:"month" choice:"year"` FileName string `short:"f" long:"file" required:"false"` TelegramToken string `short:"t" long:"telegram-token" required:"false"` TelegramChatId string `short:"c" long:"telegram-chat-id" required:"false"` DomainName string `short:"d" long:"domain" required:"true"` EndDate string `short:"e" long:"end-date" required:"false"` }
Click to show internal directories.
Click to hide internal directories.