Documentation ¶
Index ¶
- func GetComment(ctx context.Context, client *api.Client, cID uuid.UUID) (*api.CommentSingle, error)
- func GetComments(ctx context.Context, client *api.Client, wiID uuid.UUID) (*api.CommentList, error)
- func GetSpace(ctx context.Context, client *api.Client, spaceID uuid.UUID) (*api.SpaceSingle, error)
- func GetSpaceCollaborators(ctx context.Context, client *api.Client, spaceID uuid.UUID) (*api.UserList, error)
- func GetUser(ctx context.Context, client *api.Client, uID uuid.UUID) (*api.User, error)
- func GetWorkItem(ctx context.Context, client *api.Client, wiID uuid.UUID) (*api.WorkItemSingle, error)
- func GetWorkItemType(ctx context.Context, client *api.Client, spaceID, witID uuid.UUID) (*api.WorkItemTypeSingle, error)
- func NewCachedClient(hostURL string) (*api.Client, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetComment ¶
func GetComments ¶
func GetSpaceCollaborators ¶
func GetWorkItem ¶
func GetWorkItemType ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.