code

package
v0.0.0-...-d125d34 Latest Latest
Warning

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

Go to latest
Published: May 8, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

type Controller interface {
	ListBranch(ctx context.Context, gitURL string, params *git.SearchParams) ([]string, error)
	ListTag(ctx context.Context, gitURL string, params *git.SearchParams) ([]string, error)
}

func NewController

func NewController(getter code.GitGetter) Controller

type Git

type Git struct {
	URL       string `json:"url"`
	Subfolder string `json:"subfolder"`
	Branch    string `json:"branch"`
	Tag       string `json:"tag"`
	Commit    string `json:"commit"`
}

Git struct about git

Jump to

Keyboard shortcuts

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