Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultHost = "https://shareterm.tech"
Variables ¶
This section is empty.
Functions ¶
func GenerateAESKey ¶
func GenerateAESKey() string
Types ¶
type PasteCreateRequest ¶
type PasteCreateRequest struct {
Content string `json:"content"`
}
type PasteCreateResponse ¶
type PasteCreateResponse struct {
URL string `json:"url"`
}
type PasteReadResponse ¶
type PasteReadResponse struct {
Content string `json:"content"`
}
Click to show internal directories.
Click to hide internal directories.