controller

package
v0.36.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2024 License: MIT Imports: 2 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL