projectupdate

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

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 ListThreadsPageRequest struct {
	Limit  string
	Before string
}

type ThreadCursor

type ThreadCursor struct {
	LastActivityAt time.Time
	ID             uuid.UUID
}

func ParseThreadCursor

func ParseThreadCursor(raw string) (ThreadCursor, error)

func (ThreadCursor) String

func (c ThreadCursor) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL