remote

package
v0.0.0-...-22aafd3 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Project

type Project struct {
	Name         string
	Namespace    string
	URL          string
	RelativePath string
}

func (Project) Identity

func (p Project) Identity() string

type Remote

type Remote interface {
	FetchAllProjects(ctx context.Context) ([]*Project, error)
	GetProjectUrl(ctx context.Context, project *Project) (string, error)
}

func NewRemote

func NewRemote(ctx context.Context, glUrl, token, org, proto string) (Remote, error)

Jump to

Keyboard shortcuts

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