Documentation
¶
Overview ¶
Package task provides task management functionality
Package task provides task management functionality
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListOptions ¶
type ListOptions struct {
State string // "open", "closed", "all" (default: "open")
Assignee string // filter by assignee login (empty = all)
Labels []string
}
ListOptions specifies options for listing tasks
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service provides task management operations
func (*Service) ListByAssignee ¶
ListByAssignee returns tasks for a specific assignee
Click to show internal directories.
Click to hide internal directories.