Documentation
¶
Index ¶
Constants ¶
View Source
const ( ReminderTime = "10" TimeFormat = "02-Jan-2006 15:04" )
View Source
const ( // MeetingStatusNew - new meeting MeetingStatusNew = "new" // MeetingStatusCanceled - canceled meeting MeetingStatusCanceled = "canceled" // MeetingStatusFinished - finished meeting MeetingStatusFinished = "finished" )
View Source
const ( OrderASC = "ASC" OrderDESC = "DESC" )
SortOrder ...
View Source
const AnimalsEmojis = "" /* 506-byte string literal not displayed */
View Source
const CalendarEmojis = "" /* 140-byte string literal not displayed */
View Source
const DefaultEmojis string = "❤️🧡💛💚💙💜🖤🤍🤎💔"
View Source
const DrinksEmojis = "🥛🍼🫖☕️🍵🧃🥤🧋🍶🍺🍻🥂🍷🥃🍸🍹🧉🍾🧊"
View Source
const FoodEmojis = "" /* 260-byte string literal not displayed */
View Source
const PlantsEmojis = "🌵🎄🌲🌳🌴🪵🌱🌿☘️🍀🎍🪴🎋🍃🍂🍁🍄🐚🪨🌾💐🌷🌹🥀🌺🌸🌼🌻"
View Source
const ThingsEmojis = "" /* 722-byte string literal not displayed */
View Source
const TransportEmoji = "" /* 260-byte string literal not displayed */
View Source
const VegetablesEmojis string = "" /* 128-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
Types ¶
type QueryFilter ¶
type QueryFilter struct { PageSize uint64 PageNumber uint64 // Получить все данные, без пагинации AllData bool // Без сортировки WithoutSort bool // По какому полю сортировать SortField string // Тип сортировки (ASC, DESC) SortOrder string }
QueryFilter ...
type TelegramButtonInfo ¶
type TelegramMessage ¶
type UpdateMeeting ¶
type UpdateStudent ¶
type UpdateStudent struct { FirstName sql.NullString LastName sql.NullString TelegramUsername sql.NullString Timezone sql.NullInt64 }
Source Files
¶
Click to show internal directories.
Click to hide internal directories.