Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultThreadPageLimit = 10 MaxThreadPageLimit = 100 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListThreadsPage ¶
type ListThreadsPage struct {
ProjectID uuid.UUID
Limit int
Before *ThreadCursor
}
func ParseListThreadsPage ¶
func ParseListThreadsPage(projectID uuid.UUID, raw ListThreadsPageRequest) (ListThreadsPage, error)
type ListThreadsPageRequest ¶
type ThreadCursor ¶
func ParseThreadCursor ¶
func ParseThreadCursor(raw string) (ThreadCursor, error)
func (ThreadCursor) String ¶
func (c ThreadCursor) String() string
Click to show internal directories.
Click to hide internal directories.