Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExtendedRepository ¶
type ExtendedRepository struct {
ProjectKey string `json:"projectKey,omitempty" yaml:"projectKey,omitempty"`
RepositorySlug string `json:"repositorySlug,omitempty" yaml:"repositorySlug,omitempty"`
RestRepository *openapi.RestRepository `json:"restRepository,omitempty" yaml:"restRepository,omitempty"`
Webhooks *[]openapi.RestWebhook `json:"webhooks,omitempty" yaml:"webhooks,omitempty"`
Manifest *map[string]interface{} `json:"manifest,omitempty" yaml:"manifest,omitempty"`
RequiredBuilds *[]openapi.RestRequiredBuildCondition `json:"requiredBuilds,omitempty" yaml:"requiredBuilds,omitempty"`
}
Extended repository struct
type ProjectYaml ¶ added in v0.4.1
type ProjectYaml struct {
Projects []openapi.RestProject `json:"projects,omitempty" yaml:"projects,omitempty"`
}
type RepositoryOptions ¶
type RepositoryYaml ¶
type RepositoryYaml struct {
Repositories []ExtendedRepository `json:"repositories,omitempty" yaml:"repositories,omitempty"`
}
type WebhookResponse ¶
type WebhookResponse struct {
Size int `json:"size,omitempty" yaml:"size,omitempty"`
Limit int `json:"limit,omitempty" yaml:"limit,omitempty"`
IsLastPage bool `json:"isLastPage,omitempty" yaml:"isLastPage,omitempty"`
Values []openapi.RestWebhook `json:"values,omitempty" yaml:"values,omitempty"`
Start int `json:"start,omitempty" yaml:"start,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.