Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregatedUser ¶
type AggregatedUser struct {
ID string `rql:"name=id,type=string"`
Name string `rql:"name=name,type=string"`
Email string `rql:"name=email,type=string"`
Title string `rql:"name=title,type=string"`
State user.State `rql:"name=state,type=string"`
Avatar string
RoleNames []string `rql:"name=role_names,type=string"`
RoleTitles []string `rql:"name=role_titles,type=string"`
RoleIDs []string `rql:"name=role_ids,type=string"`
ProjectID string `rql:"name=project_id,type=string"`
ProjectJoinedAt time.Time `rql:"name=project_joined_at,type=datetime"`
}
type ProjectUsers ¶
type ProjectUsers struct {
Users []AggregatedUser `json:"users"`
Pagination Page `json:"pagination"`
}
type Repository ¶
Click to show internal directories.
Click to hide internal directories.