Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateNote ¶
func CreateNote(ac *client.AlpaconClient, noteRequest NoteCreateRequest) error
func DeleteNote ¶
func DeleteNote(ac *client.AlpaconClient, noteID string) error
Types ¶
type NoteCreateRequest ¶
type NoteDetails ¶
type NoteDetails struct {
ID string `json:"id"`
Server string `json:"server"`
Author string `json:"author"`
Content string `json:"content"`
Private bool `json:"private"`
}
func GetNoteList ¶
func GetNoteList(ac *client.AlpaconClient, serverName string, pageSize int) ([]NoteDetails, error)
Click to show internal directories.
Click to hide internal directories.