Versions in this module Expand all Collapse all v0 v0.2.0 Oct 9, 2018 Changes in this version + type EditNoteDataV3 struct + BookName *string + Content *string + NoteUUID string + Public *bool + type RemoveNoteDataV2 struct + NoteUUID string v0.1.0 Aug 25, 2018 Changes in this version + var ActionAddBook = "add_book" + var ActionAddNote = "add_note" + var ActionEditNote = "edit_note" + var ActionRemoveBook = "remove_book" + var ActionRemoveNote = "remove_note" + type Action struct + Data json.RawMessage + Schema int + Timestamp int64 + Type string + UUID string + type AddBookDataV1 struct + BookName string + type AddNoteDataV1 struct + BookName string + Content string + NoteUUID string + type AddNoteDataV2 struct + BookName string + Content string + NoteUUID string + Public bool + type EditNoteDataV1 struct + Content string + FromBook string + NoteUUID string + ToBook string + type EditNoteDataV2 struct + Content *string + FromBook string + NoteUUID string + Public *bool + ToBook *string + type RemoveBookDataV1 struct + BookName string + type RemoveNoteDataV1 struct + BookName string + NoteUUID string