Documentation
¶
Overview ¶
Package registry provides the ability for Vela to integrate with different supported Template registries.
Usage:
import "github.com/go-vela/server/compiler/registry"
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface {
// Parse defines a function that creates the
// registry source object from a template path.
Parse(string) (*Source, error)
// Template defines a function that captures the
// templated pipeline configuration from a repo.
Template(context.Context, *api.User, *Source) ([]byte, error)
}
Service represents the interface for Vela integrating with the different supported template registries.
Click to show internal directories.
Click to hide internal directories.