Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregatedUserOrganization ¶
type AggregatedUserOrganization struct {
OrgID string `rql:"name=org_id,type=string"`
OrgTitle string `rql:"name=org_title,type=string"`
OrgName string `rql:"name=org_name,type=string"`
OrgAvatar string
ProjectCount int64 `rql:"name=project_count,type=int"`
RoleNames []string
RoleTitles []string
RoleIDs []string
OrgJoinedOn time.Time `rql:"name=org_joined_on,type=datetime"`
UserID string
}
type Repository ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(repository Repository) *Service
type UserOrgs ¶
type UserOrgs struct {
Organizations []AggregatedUserOrganization `json:"organizations"`
Group Group `json:"group"`
Pagination Page `json:"pagination"`
}
Click to show internal directories.
Click to hide internal directories.