Documentation
¶
Index ¶
Constants ¶
View Source
const (
PrivateBinAPIVersion = 2
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶ added in v1.1.1
func (*Client) CreatePaste ¶ added in v1.1.1
type CreatePasteRequest ¶ added in v1.1.1
type CreatePasteRequest struct { V int `json:"v"` AData []interface{} `json:"adata"` Meta CreatePasteRequestMeta `json:"meta"` CT string `json:"ct"` }
type CreatePasteRequestMeta ¶ added in v1.1.1
type CreatePasteRequestMeta struct {
Expire string `json:"expire"`
}
type CreatePasteResponse ¶ added in v1.1.1
type PasteContent ¶ added in v1.1.1
type PasteContent struct {
Paste string `json:"paste"`
}
Click to show internal directories.
Click to hide internal directories.