Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //NoteDB exposed the available DB actions for notes NoteDB repository.NoteRepository //NotebookDB exposed the available DB actions for notebooks. NotebookDB repository.NotebookRepository //AccountDB exposed the available DB actions for accounts. AccountDB repository.AccountRepository )
Functions ¶
Types ¶
type Server ¶
Server add a REST API layer for manipulating notes/notebooks
func (*Server) Initialize ¶
func (s *Server) Initialize()
Initialize initialize signing key & sets handlers to different endpoints
Click to show internal directories.
Click to hide internal directories.