Documentation
¶
Index ¶
- type APITokenInput
- type AddMembersInput
- type Capability
- type CreateProjectInput
- type DeleteProjectInput
- type Mutation
- type QualityProjectDesc
- type Query
- type RemoveAPITokenInput
- type RemoveMembersInput
- type RepositoryInput
- type SetActiveUserToolsInput
- type UpdateAccessLevelInput
- type UpdateMembersInput
- type UpdateProjectInput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APITokenInput ¶
type AddMembersInput ¶
type Capability ¶
type CreateProjectInput ¶
type CreateProjectInput struct { ID string `json:"id"` Name string `json:"name"` Description string `json:"description"` Repository *RepositoryInput `json:"repository"` }
type DeleteProjectInput ¶
type DeleteProjectInput struct {
ID string `json:"id"`
}
type QualityProjectDesc ¶
type QualityProjectDesc struct {
Quality int `json:"quality"`
}
type RemoveAPITokenInput ¶
type RemoveAPITokenInput struct {
APITokenID string `json:"apiTokenId"`
}
type RemoveMembersInput ¶
type RepositoryInput ¶
type SetActiveUserToolsInput ¶
type UpdateAccessLevelInput ¶
type UpdateAccessLevelInput struct { UserIds []string `json:"userIds"` AccessLevel entity.AccessLevel `json:"accessLevel"` }
type UpdateMembersInput ¶
type UpdateMembersInput struct { ProjectID string `json:"projectId"` UserIds []string `json:"userIds"` AccessLevel entity.AccessLevel `json:"accessLevel"` }
Click to show internal directories.
Click to hide internal directories.