Documentation ¶ Index ¶ type Note func (n *Note) HumanReadableSize() string func (n *Note) Size() int Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Note ¶ type Note struct { Key string `json:"-"` Tag string `json:"tag,omitempty"` Title string `json:"title,omitempty"` Content string `json:"content"` LastUpdate time.Time `json:"lastUpdate"` Version int `json:"version"` } func (*Note) HumanReadableSize ¶ func (n *Note) HumanReadableSize() string func (*Note) Size ¶ func (n *Note) Size() int Source Files ¶ View all Source files note.go Click to show internal directories. Click to hide internal directories.