package
Version:
v1.1.4
Opens a new window with list of versions in this module.
Published: Mar 13, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Keyword struct {
Id uint64 `json:"keyword_id"`
Name string `json:"name"`
Example string `json:"example"`
}
type Template struct {
Id string `json:"id"`
Title string `json:"title"`
Keywords []Keyword `json:"keyword_list,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.