Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFramePostButton ¶
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(publicURL string, drawingService drawing.Service) *Controller
func (*Controller) Draw ¶
func (c *Controller) Draw(ctx *gin.Context)
func (*Controller) GetRoot ¶
func (c *Controller) GetRoot(ctx *gin.Context)
func (*Controller) PostRoot ¶
func (c *Controller) PostRoot(ctx *gin.Context)
type Post ¶
type Post struct {
UntrustedData UntrustedData `json:"untrustedData"`
}
type UntrustedCastID ¶
type UntrustedData ¶
type UntrustedData struct { ButtonIndex int `json:"buttonIndex"` CastID UntrustedCastID `json:"castId"` FID int `json:"fid"` }
Click to show internal directories.
Click to hide internal directories.