Documentation
¶
Index ¶
- type BlockPairedMembers
- type BlockedBy
- type Members
- type PairedMember
- type PlanForToday
- type Profile
- type PullRequest
- type Role
- type Roles
- type Session
- type SessionOtherItem
- type SessionOtherItems
- type SessionTicket
- type SessionTickets
- type Sessions
- type Status
- type StatusOtherItems
- type Statuses
- type Team
- type Teams
- type Ticket
- type Tickets
- type User
- type UserRegistration
- type Users
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockPairedMembers ¶ added in v1.0.4
type BlockPairedMembers struct {
Members []common.PairedMember `json:"members"`
}
type BlockedBy ¶
type BlockedBy struct {
Tickets []Ticket `json:"Tickets"`
OtherItems []string `json:"OtherItems"`
Members []PairedMember `json:"Members"`
}
type PairedMember ¶ added in v1.0.5
type PlanForToday ¶
type Profile ¶
type Profile struct {
ID string `json:"ID"`
UserID string `json:"userId"`
Name common.ProfileName `json:"Name"`
PhoneNumbers []common.PhoneNumber `json:"PhoneNumbers"`
EmailAddresses []common.EmailAddress `json:"EmailAddresses"`
UserEmailAddress string `json:"UserEmailAddress"`
LastModifiedOn string `json:"lastModifiedOn"`
}
type PullRequest ¶ added in v1.0.5
type Session ¶
type Session struct {
ID string `json:"ID"`
SequenceId int `json:"SequenceID"`
Tickets []SessionTicket `json:"Tickets"`
OtherItems []SessionOtherItem `json:"OtherItems"`
}
type SessionOtherItem ¶
type SessionOtherItems ¶
type SessionOtherItems struct {
OtherItems []SessionOtherItem `json:"OtherItems"`
}
type SessionTicket ¶
type SessionTicket struct {
ID string `json:"ID"`
TicketID string `json:"TicketID"`
Type string `json:"Type"`
Url string `json:"Url"`
Description string `json:"Description"`
Status string `json:"Status"`
TimeSpent float32 `json:"TimeSpent"`
PullRequest PullRequest `json:"PullRequest"`
PairedMembers []PairedMember `json:"PairedWith"`
}
type SessionTickets ¶
type SessionTickets struct {
Tickets []SessionTicket `json:"Tickets"`
}
type Status ¶
type Status struct {
ID string `json:"ID"`
TeamID string `json:"TeamID"`
MemberId string `json:"MemberID"`
StatusDate string `json:"StatusDate"`
PlanForToday PlanForToday `json:"PlanForToday"`
Sessions []Session `json:"Sessions"`
BlockedBy BlockedBy `json:"BlockedBy"`
Active bool `json:"Active"`
CreatedBy string `json:"CreatedBy"`
UpdatedBy string `json:"UpdatedBy"`
LastModifiedOn string `json:"LastModifiedOn"`
}
type StatusOtherItems ¶
type StatusOtherItems struct {
OtherItems []string `json:"OtherItems"`
}
type UserRegistration ¶
type UserRegistration struct {
User User `json:"user"`
}
Click to show internal directories.
Click to hide internal directories.