repo

package
v0.23.4 Latest Latest
Warning

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

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

Documentation

Overview

Package repo provides the ability for inserting Vela repo resources into or extracting Vela repo resources from the middleware chain for the API.

Usage:

import "github.com/go-vela/server/router/middleware/repo"

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Establish

func Establish() gin.HandlerFunc

Establish sets the repo in the given context.

func FromContext

func FromContext(c context.Context) *library.Repo

FromContext returns the Repo associated with this context.

func Retrieve

func Retrieve(c *gin.Context) *library.Repo

Retrieve gets the repo in the given context.

func ToContext

func ToContext(c Setter, r *library.Repo)

ToContext adds the Repo to this context if it supports the Setter interface.

Types

type Setter

type Setter interface {
	Set(string, interface{})
}

Setter defines a context that enables setting values.

Jump to

Keyboard shortcuts

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