Documentation
¶
Index ¶
- type Client
- func (c *Client) CreateNote(text string) error
- func (c *Client) DeleteNote(noteId string) error
- func (c *Client) GetStream(mode string) error
- func (c *Client) GetTimeline(limit int, mode string) error
- func (c *Client) RenoteNote(renoteId string) error
- func (c *Client) ReplyNote(replyId string, text string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { InstanceInfo config.InstanceInfo // contains filtered or unexported fields }
func (*Client) CreateNote ¶
func (*Client) DeleteNote ¶
func (*Client) RenoteNote ¶
Click to show internal directories.
Click to hide internal directories.