Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregatedProject ¶
type AggregatedProject struct {
ProjectID string `rql:"name=project_id,type=string"`
ProjectTitle string `rql:"name=project_title,type=string"`
ProjectName string `rql:"name=project_name,type=string"`
CreatedOn time.Time
UserNames []string
UserTitles []string
UserIDs []string
UserAvatars []string
OrgID string
UserID string
}
type Repository ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(repository Repository) *Service
type UserProjects ¶
type UserProjects struct {
Projects []AggregatedProject `json:"projects"`
Pagination Page `json:"pagination"`
}
Click to show internal directories.
Click to hide internal directories.