coderepos

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler interface {
	// List list all of the code repositories
	List(c echo.Context) error
	// Get get code repository by id
	Get(c echo.Context) error
	// ListOwner list all of the code repository owner
	ListOwners(c echo.Context) error
	// ListBranches ...
	ListBranches(c echo.Context) error
	// GetBranch ...
	GetBranch(c echo.Context) error
	// Resync resync all of the code repositories
	Resync(c echo.Context) error
	// Providers get providers
	Providers(c echo.Context) error
	// User3rdParty get user 3rdparty
	User3rdParty(c echo.Context) error
}

Handler is the interface for the system handlers

Jump to

Keyboard shortcuts

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