Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APISuccess ¶
type APISuccess struct {
Total string `json:"total"`
}
type QuoteContent ¶
type QuoteData ¶
type QuoteData struct { Id string `json:"id"` Quote string `json:"quote"` Length string `json:"length"` Author string `json:"author"` Tags []string `json:"tags"` Category string `json:"category"` Date string `json:"date"` Permalink string `json:"parmalink"` Title string `json:"title"` Background string `json:"Background"` }
type QuoteResponse ¶
type QuoteResponse struct { Success APISuccess `json:"success"` Contents QuoteContent `json:"contents"` }
Click to show internal directories.
Click to hide internal directories.