Documentation ¶
Index ¶
Constants ¶
View Source
const ApiCachePath = CachePath + "/api.sqlite"
View Source
const ApiLevelDBPath = CachePath + "/api"
View Source
const CachePath = "cache"
View Source
const ChatsDirPath = "chats"
View Source
const GroupsCachePath = CachePath + "/groups.csv"
View Source
const Location = "Europe/Kyiv"
View Source
const TeachersListPath = "teachers.csv"
View Source
const UsersDirPath = "users"
Variables ¶
This section is empty.
Functions ¶
func ButtonStatisticHandler ¶
ButtonStatisticHandler saves button click to statistics.
func CommandStatisticHandler ¶
CommandStatisticHandler saves command to statistics.
func InitDatabaseRecords ¶
Types ¶
type OrderedMap ¶
type OrderedMap[KT interface{}, VT interface{}] []struct { Key KT Value VT }
Click to show internal directories.
Click to hide internal directories.