Documentation
¶
Index ¶
Constants ¶
View Source
const ( ContextScope = "scope" ContextLanguage = "lang" )
View Source
const ( CmdStart = "/start" CmdPing = "/ping" )
Variables ¶
View Source
var C config
View Source
var SearchOrders = []SearchOrder{ { Text: "🔀 Normal", }, { SortBy: []search.OptionSortByItem{{ Field: "date", Reverse: false, }}, Text: "🔀 Date", }, { SortBy: []search.OptionSortByItem{{ Field: "date", Reverse: true, }}, Text: "🔀 Date Reverse", }, }
SearchOrders todo(iyear): i18n and refactor
Functions ¶
Types ¶
type SearchOrder ¶
type SearchOrder struct { SortBy []search.OptionSortByItem Text string }
Click to show internal directories.
Click to hide internal directories.