Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Config *Config
}
Client represents a typ3r client
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
Config holds all typ3r's client user configuration
func LoadConfig ¶
LoadConfig loads a typ3r's client user configuration
type Note ¶
type Note struct {
ID string `json:"id"`
UserID string `json:"user_id"`
Card string `json:"card"`
Ts Timestamp `json:"ts"`
Created Timestamp `json:"created"`
Text string `json:"text"`
Visits string `json:"visits"`
Tasks []Task `json:"tasks"`
Snippets []Snippet `json:"snippets"`
}
Note is the basic entity in typ3r
Click to show internal directories.
Click to hide internal directories.