types

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2023 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	RootCmd          string   `toml:"rootCmd"`
	PagerStyle       string   `toml:"pagerStyle"`
	IgnorePkgUpdates []string `toml:"ignorePkgUpdates"`
	Repos            []Repo   `toml:"repo"`
}

Config represents the LURE configuration file

type Repo

type Repo struct {
	Name string `toml:"name"`
	URL  string `toml:"url"`
}

Repo represents a LURE repo within a configuration file

type RepoConfig

type RepoConfig struct {
	Repo struct {
		MinVersion string `toml:"minVersion"`
	}
}

RepoConfig represents a LURE repo's lure-repo.toml file.

Jump to

Keyboard shortcuts

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