apps

package
v0.0.0-...-614ca16 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppHint

type AppHint struct {
	Name      string         `yaml:"name"`
	Repo      issues.RepoRef `yaml:"repo"`
	LocalPath string         `yaml:"localPath,omitempty"`
}

AppHint is a hint about a known app, its repo, and possibly where it has been cloned to.

func (AppHint) String

func (a AppHint) String() string

type AppHintList

type AppHintList []AppHint

func (AppHintList) Headers

func (a AppHintList) Headers() []string

func (AppHintList) Rows

func (a AppHintList) Rows() [][]string

type AppRef

type AppRef struct {
	Name             string                 `yaml:"name"`
	Repo             issues.RepoRef         `yaml:"repo"`
	Provider         string                 `yaml:"provider"`
	Version          semver.Version         `yaml:"version"`
	Platform         string                 `yaml:"platform"`
	ProviderMetadata map[string]interface{} `yaml:"providerMetadata"`
}

func (AppRef) String

func (a AppRef) String() string

type AppRefList

type AppRefList []AppRef

func (AppRefList) Headers

func (a AppRefList) Headers() []string

func (AppRefList) Rows

func (a AppRefList) Rows() [][]string

Jump to

Keyboard shortcuts

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