Versions in this module Expand all Collapse all v0 v0.6.2 Mar 16, 2020 v0.6.1 Jan 15, 2020 Changes in this version + type Note struct + Abstract string + Content string + func Decode(data []byte) (*Note, error) + func New() *Note + func (o *Note) Encode() ([]byte, error) + func (o *Note) EncodeToString() (string, error) + func (o *Note) GetPropertyList() []string + func (o *Note) UnmarshalJSON(b []byte) error + func (o *Note) Valid() (bool, int, []string)