my_package

package
v0.0.0-...-580ec26 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2019 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Type_name = map[Type]string{
	IMAGE: "IMAGE",
	TEXT:  "TEXT",
	VIDEO: "VIDEO",
}
View Source
var Type_value = map[string]Type{
	"IMAGE": IMAGE,
	"TEXT":  TEXT,
	"VIDEO": VIDEO,
}

Functions

This section is empty.

Types

type Document

type Document struct {
	Title       string `json:"title"`
	Type        Type   `json:"type"`
	Description string `json:"description"`
}

type Type

type Type string
const (
	IMAGE Type = "IMAGE"
	TEXT  Type = "TEXT"
	VIDEO Type = "VIDEO"
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL