Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BoolPointer ¶
func StringPointer ¶ added in v0.9.6
Types ¶
type File ¶
type File struct { FileInfo Body io.ReadCloser }
type FileContent ¶ added in v0.9.7
type FileInfo ¶
type FileInfo struct { ContentType string `json:"contentType,omitempty"` OriginalName string `json:"originalName,omitempty"` Name string `json:"name,omitempty"` Path string `json:"-"` URL string `json:"url,omitempty"` Size int64 `json:"size,omitempty"` CreatedAt *time.Time `json:"created,omitempty"` ModifiedAt *time.Time `json:"lastModified,omitempty"` }
type ImageInfo ¶ added in v0.9.6
type ImageInfo struct { ContentType string `json:"contentType,omitempty"` OriginalName string `json:"originalName,omitempty"` Name string `json:"name,omitempty"` Path string `json:"-"` URL string `json:"url,omitempty"` Width int32 `json:"width,omitempty"` Height int32 `json:"height,omitempty"` Size int64 `json:"size,omitempty"` CreatedAt *time.Time `json:"created,omitempty"` ModifiedAt *time.Time `json:"lastModified,omitempty"` }
type PageParams ¶
type RangeInt64 ¶
type SortParams ¶
type SortParams struct { FieldName string // sortField Direction mrenum.SortDirection // sortDirection }
Click to show internal directories.
Click to hide internal directories.