repo

package
v1.6.7-0...-b28dd99 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleActive

func HandleActive(repos core.RepositoryStore) http.HandlerFunc

HandleActive returns an http.HandlerFunc that writes JSON encoded result about saving active status to the http response body.

func HandleConfig

func HandleConfig(repos core.RepositoryStore) http.HandlerFunc

HandleConfig returns an http.HandlerFunc that writes JSON encoded result about repository config to the http response body.

func HandleCreateEnv

func HandleCreateEnv(envVariables core.EnvVariableStore, repos core.RepositoryStore) http.HandlerFunc

HandleCreateEnv returns an http.HandlerFunc that writes json encoded result about creating env variable to the http response body.

func HandleCreateHooks

func HandleCreateHooks(repos core.RepositoryStore) http.HandlerFunc

HandleCreateHooks returns an http.HandlerFunc that writes JSON encoded result about creating webhooks on repository to the http response body.

func HandleCreateMount

func HandleCreateMount(mount core.MountsStore, repos core.RepositoryStore) http.HandlerFunc

HandleCreateMount returns an http.HandlerFunc that writes json encoded result about creating env variable to the http response body.

func HandleDeleteEnv

func HandleDeleteEnv(envVariables core.EnvVariableStore, repos core.RepositoryStore) http.HandlerFunc

HandleDeleteEnv returns http.HandlerFunc that writes JSON encoded result about deleting env variable to the http response body.

func HandleDeleteMount

func HandleDeleteMount(mount core.MountsStore, repos core.RepositoryStore) http.HandlerFunc

HandleDeleteMount returns http.HandlerFunc that writes JSON encoded result about deleting mount to the http response body.

func HandleFind

func HandleFind(repos core.RepositoryStore) http.HandlerFunc

HandleFind returns an http.HandlerFunc that writes JSON encoded repository result to the http response body.

func HandleList

func HandleList(repos core.RepositoryStore) http.HandlerFunc

HandleList returns an http.HandlerFunc that writes JSON encoded list of repositories based on user id to the http response body.

func HandleListEnv

func HandleListEnv(envVariables core.EnvVariableStore, repos core.RepositoryStore) http.HandlerFunc

HandleListEnv returns http.HandlerFunc that writes JSON encoded list of env variables for repository to the http response body.

func HandleListHooks

func HandleListHooks(repos core.RepositoryStore) http.HandlerFunc

HandleListHooks returns an http.HandlerFunc that writes JSON encoded list of hooks to the http response body.

func HandleListMount

func HandleListMount(mounts core.MountsStore, repos core.RepositoryStore) http.HandlerFunc

HandleListMount returns http.HandlerFunc that writes JSON encoded list of env variables for repository to the http response body.

func HandleUpdateEnv

func HandleUpdateEnv(envVariables core.EnvVariableStore, repos core.RepositoryStore) http.HandlerFunc

HandleUpdateEnv returns an http.HandlerFunc that writes json encoded result about updating env variable to the http response body.

func HandleUpdateMisc

func HandleUpdateMisc(repos core.RepositoryStore) http.HandlerFunc

HandleActive returns an http.HandlerFunc that writes JSON encoded result about saving misc settings to the http response body.

func HandleUpdateMount

func HandleUpdateMount(mount core.MountsStore, repos core.RepositoryStore) http.HandlerFunc

HandleUpdateMount returns an http.HandlerFunc that writes json encoded result about updating mount to the http response body.

func HandleUpdateSSHPrivateKey

func HandleUpdateSSHPrivateKey(repos core.RepositoryStore) http.HandlerFunc

HandleActive returns an http.HandlerFunc that writes JSON encoded result about saving ssh private key to the http response body.

Types

This section is empty.

Jump to

Keyboard shortcuts

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