Documentation
¶
Index ¶
- func Create(title string, body string, newColor string, serverAddress string, ...) (err error)
- func DecodeColorInt(color int64) (r int64, g int64, b int64, a int64)
- func Del(serverAddress string, username string, uuid string, db *sql.DB) (err error)
- func EncodeToColorInt(r int64, g int64, b int64, a int64) int64
- func Fetch(serverAddress string, username string) (jsonBody [][2]string, err error)
- func List(password string, jsonBody [2]string, notes *[]Note, wg *sync.WaitGroup) (err error)
- func Load(db *sql.DB) (notes [][2]string, err error)
- type Note
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.