package
Version:
v0.4.1
Opens a new window with list of versions in this module.
Published: Dec 13, 2019
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Backup fetchs all the items and store it in the current directory.
Login connects to a StandardFile server.
Note runs the text-based StandardNotes application.
Save stores the configuration in the current folder according to `credentialsfile` const.
Unseal decrypt your backuped notes.
type Config struct {
Endpoint string `json:"endpoint"`
Email string `json:"email"`
BearerToken string `json:"bearer_token"`
Mk string `json:"mk"`
Ak string `json:"Ak"`
}
A Config holds client's configuration.
Load gets the configuration from the current folder according to `credentialsfile` const.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.