package
Version:
v0.0.0-...-580ec26
Opens a new window with list of versions in this module.
Published: Nov 22, 2019
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Document struct {
Title string `json:"title"`
Type Type `json:"type"`
Description string `json:"description"`
}
const (
IMAGE Type = "IMAGE"
TEXT Type = "TEXT"
VIDEO Type = "VIDEO"
)
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.