repositoryctl

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: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(
	configuration librepo.Configuration,
	customConfig config.CustomConfiguration,
	logging librepo.Logging,
	timestamp librepo.Timestamp,
	repositories service.Repositories,
) controller.RepositoryController

Types

type Impl

type Impl struct {
	Configuration       librepo.Configuration
	CustomConfiguration config.CustomConfiguration
	Logging             librepo.Logging
	Timestamp           librepo.Timestamp
	Repositories        service.Repositories
}

func (*Impl) CreateRepository

func (c *Impl) CreateRepository(w http.ResponseWriter, r *http.Request)

func (*Impl) DeleteRepository

func (c *Impl) DeleteRepository(w http.ResponseWriter, r *http.Request)

func (*Impl) GetRepositories

func (c *Impl) GetRepositories(w http.ResponseWriter, r *http.Request)

func (*Impl) GetSingleRepository

func (c *Impl) GetSingleRepository(w http.ResponseWriter, r *http.Request)

func (*Impl) IsRepositoryController

func (c *Impl) IsRepositoryController() bool

func (*Impl) PatchRepository

func (c *Impl) PatchRepository(w http.ResponseWriter, r *http.Request)

func (*Impl) UpdateRepository

func (c *Impl) UpdateRepository(w http.ResponseWriter, r *http.Request)

func (*Impl) WireUp

func (c *Impl) WireUp(_ context.Context, router chi.Router)

Jump to

Keyboard shortcuts

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