Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMetamodel ¶
Types ¶
type Document ¶
type Zblob ¶
type Zblob struct {
ID int64 `json:"-"`
IpfsCid string `json:"cid"`
Base64Zipped string `json:"data"`
Title string `json:"title"`
Description string `json:"description"`
Keywords string `json:"keywords"`
Referer string `json:"-"`
CreatedAt time.Time `json:"created"`
}
Zblob is a data wrapper for encapsulating a model
func (*Zblob) ToDocument ¶
Click to show internal directories.
Click to hide internal directories.