Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OnebotBaseEventCli ¶
type OnebotBaseEventCli interface { EventType() OnebotEventType Handler(data []byte) error }
type OnebotEventType ¶
type OnebotEventType string
const ( OnebotEventTypeMessage OnebotEventType = "message" OnebotEventTypeNotice OnebotEventType = "notice" OnebotEventTypeRequest OnebotEventType = "request" OnebotEventTypeMetaEvent OnebotEventType = "meta_event" )
Click to show internal directories.
Click to hide internal directories.