Documentation
¶
Index ¶
Constants ¶
View Source
const LAST_UPDATED_FORMAT string = "2006-01-02T15:04:05.000Z"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BookmarkCreateModel ¶
type BookmarkCreateModel struct {
Version string `json:"version" validate:"required"`
}
type BookmarkCreateResponse ¶
type BookmarkCreateResponse struct {
Success bool `json:"success"`
Bookmark *BookmarkShowModel `json:"bookmark"`
Message string `json:"message"`
}
type BookmarkShowModel ¶
type BookmarkShowResponse ¶
type BookmarkShowResponse struct {
Success bool `json:"success"`
Bookmark *BookmarkShowModel `json:"bookmark"`
Message string `json:"message"`
}
type BookmarkUpdateModel ¶
type BookmarkUpdateResponse ¶
type BookmarkUpdateResponse struct {
Success bool `json:"success"`
Bookmark *BookmarkShowModel `json:"bookmark"`
Message string `json:"message"`
}
Click to show internal directories.
Click to hide internal directories.