Documentation
¶
Index ¶
- func Bool(v bool) *bool
- func Float32(v float32) *float32
- func Float64(v float64) *float64
- func GetContext[T any](ctx *skipmap.StringMap[RoxyContext], key string) T
- func Int32(v int32) *int32
- func Int64(v int64) *int64
- func String(v string) *string
- func Uint32(v uint32) *uint32
- func Uint64(v uint64) *uint64
- type CacheAllGroup
- type Embed
- type EmbedTemplate
- type FindGroupByJid
- type FindMessageByID
- type GetAllChats
- type GetAllGroups
- type GetChatInJID
- type GetStatusMessages
- type IsClientGroupAdmin
- type IsGroupAdmin
- type RoxyContext
- type UNCacheOneGroup
- type UpsertMessages
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetContext ¶
func GetContext[T any](ctx *skipmap.StringMap[RoxyContext], key string) T
GetContext dynamically get context value
Types ¶
type CacheAllGroup ¶
type CacheAllGroup func()
type EmbedTemplate ¶
type EmbedTemplate[T any] struct { Slices []T }
func NewEmbed ¶
func NewEmbed[T any]() EmbedTemplate[T]
func (*EmbedTemplate[T]) Add ¶
func (em *EmbedTemplate[T]) Add(val T)
func (*EmbedTemplate[T]) Get ¶
func (em *EmbedTemplate[T]) Get() []T
type FindGroupByJid ¶
muxer Context type
type GetAllChats ¶
type GetAllGroups ¶
type GetStatusMessages ¶
type RoxyContext ¶
type RoxyContext interface{}
type UNCacheOneGroup ¶
type UNCacheOneGroup func(info *events.GroupInfo, joined *events.JoinedGroup)
Click to show internal directories.
Click to hide internal directories.