Documentation
¶
Index ¶
Constants ¶
View Source
const MaxSavedReplies = 100
Variables ¶
This section is empty.
Functions ¶
func PrintSavedReplies ¶
func PrintSavedReplies(replies []SavedReply, totalCount int) error
func PrintSavedReply ¶
func PrintSavedReply(reply *SavedReply) error
Types ¶
type SavedRepliesAndTotalCount ¶
type SavedRepliesAndTotalCount struct {
SavedReplies []SavedReply
TotalCount int
}
func ListSavedReplies ¶
func ListSavedReplies(first int) (*SavedRepliesAndTotalCount, error)
type SavedReply ¶
func GetSavedReply ¶
func GetSavedReply(id string) (*SavedReply, error)
Click to show internal directories.
Click to hide internal directories.