package
Version:
v0.0.0-...-83adff0
Opens a new window with list of versions in this module.
Published: Jul 6, 2020
License: GPL-3.0
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 Emoji struct {
Pid int64 `json:"pid"`
Pname string `json:"pname"`
Pstate int8 `json:"pstate"`
Purl string `json:"purl"`
Emojis []*Face `json:"emojis"`
}
Emoji Emoji
type Face struct {
ID int64 `json:"id"`
Name string `json:"name"`
URL string `json:"url"`
State int8 `json:"state"`
}
Face Face
Source Files
¶
Click to show internal directories.
Click to hide internal directories.