entities

package
v2.6.0 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Repository

type Repository struct {
	// ID of the external repository. e.g. GitHub ID
	ID string
	// FullName the full name of the repo including the vendor. e.g. microsoft/vscode
	FullName string
	// Name this name will be used to save the artifact e.g. vscode
	Name string
	// CloneURL this URL needs to be used to clone the repo
	CloneURL string
}

Repository is the internal representation of repository information

func (*Repository) GetSafeFullName

func (r *Repository) GetSafeFullName() string

GetSafeFullName returns with a string that can be used as file name.

Jump to

Keyboard shortcuts

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