Documentation
¶
Index ¶
Constants ¶
View Source
const OwnerControllerAcornName = "ownerctl"
View Source
const RepositoryControllerAcornName = "repositoryctl"
View Source
const ServiceControllerAcornName = "servicectl"
View Source
const WebhookControllerAcornName = "webhookctl"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OwnerController ¶
type OwnerController interface {
IsOwnerController() bool
WireUp(ctx context.Context, router chi.Router)
}
OwnerController provides endpoints for managing owner information
type RepositoryController ¶
type RepositoryController interface {
IsRepositoryController() bool
WireUp(ctx context.Context, router chi.Router)
}
RepositoryController provides endpoints for managing repository information
Click to show internal directories.
Click to hide internal directories.