Documentation ¶
Index ¶
Constants ¶
This section is empty.
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
type ServiceController ¶
type ServiceController interface { IsServiceController() bool WireUp(ctx context.Context, router chi.Router) }
ServiceController provides endpoints for managing service information
type WebhookController ¶
type WebhookController interface { IsWebhookController() bool WireUp(ctx context.Context, router chi.Router) }
WebhookController provides a simple git webhook endpoint
Click to show internal directories.
Click to hide internal directories.