Documentation
¶
Index ¶
Constants ¶
View Source
const ( HTML fType = iota Telegram )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Content ¶
type Metadata ¶
type Metadata struct {
Telegram telegramData `json:"telegram"`
Static staticData `json:"static"`
Tags map[string]string `json:"tags"`
}
Metadata ...
func (*Metadata) Sync ¶
Sync updates the metadata file at the specified path with the information from the provided Metadata object.
func (*Metadata) WriteRouter ¶
WriteRouter appends the current Metadata object to a list of metadata stored in a file at the given path.
Click to show internal directories.
Click to hide internal directories.