package
Version:
v0.0.0-...-10e1706
Opens a new window with list of versions in this module.
Published: Feb 9, 2022
License: MIT
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 Thought struct {
CreatedBy User `json:"created_by"`
Name string `json:"name"`
Description string `json:"description"`
Categories []Category `json:"categories"`
Tags []string `json:"tags,omitempty"`
Public bool `json:"public"`
}
type User struct {
Username string `json:"username"`
Description string `json:"description"`
Interests []string `json:"interests"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.