Documentation
¶
Index ¶
Constants ¶
View Source
const ( MaximumHistory = 3 MultiDbLength = 10 MultiDbLastIndex = 9 MultiDbFirstIndex = 0 MinPostContentTextLength = 1 )
View Source
const ( ResultIdentifier = "::" AdvancedInlinePrefix = "-wh::" AdvancedInlineSuffix = "::" HelpDataInline = "help-inline" StartDataCreate = "create" )
Variables ¶
View Source
var ( // CreatePostHandler is the handler responsible for creating a post, // set in `path://src/plugins/postsPlugin/helpers.go`. CreatePostHandler handlers.Response // HelpHandler is the handler responsible for sending the help message // to the user. // set in `path://src/plugins/helpPlugin/helpers.go`. HelpHandler handlers.Response )
handlers that need to be shared globally between all plugins
Functions ¶
func GetUniqueIdFromAdvanced ¶
func IsAdvancedInline ¶
Types ¶
type ButtonsUniqueId ¶
type ButtonsUniqueId string
type TextEntitiesGroupId ¶
type TextEntitiesGroupId string
type TextEntitiesUniqueId ¶
type TextEntitiesUniqueId string
type UserPermission ¶
type UserPermission uint8
const ( PermissionNormalUser UserPermission = iota PermissionSpecialUser PermissionAdmin PermissionDev PermissionOwner )
Click to show internal directories.
Click to hide internal directories.