Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Name ... Name = "pachka" AttrToken = "token" AttrEntityID = "entity_id" AttrBody = "body" )
Variables ¶
View Source
var F embed.FS
Functions ¶
Types ¶
type Actor ¶
type Actor struct { *supervisor.BaseActor AccessToken string // contains filtered or unexported fields }
Actor ...
type EntityType ¶
type EntityType string
type RequestMessage ¶
type RequestMessage struct { EntityType *EntityType `json:"entity_type,omitempty"` EntityId int64 `json:"entity_id,omitempty"` Content string `json:"content"` }
type ResponseError ¶
type ResponseError struct {
Errors []*ErrorItem `json:"errors"`
}
Click to show internal directories.
Click to hide internal directories.