Documentation
¶
Index ¶
- type Client
- func (c *Client) CreateNote(title string) (*notes.Note, error)
- func (c *Client) DeleteNote(id int64) error
- func (c *Client) GetNote(id int64) (*notes.Note, error)
- func (c *Client) GetNoteContent(id int64) ([]byte, error)
- func (c *Client) ListNotes() ([]*notes.Note, error)
- func (c *Client) UpdateNote(id int64, title string) error
- func (c *Client) UpdateNoteContent(id int64, content []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
URL string
// contains filtered or unexported fields
}
func (*Client) DeleteNote ¶
Click to show internal directories.
Click to hide internal directories.