config

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2023 License: Unlicense 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 {
	Repos []Repository `yaml:"repos"`
}

type Destination

type Destination struct {
	RemoteName string `yaml:"remoteName"`
}

type Repository

type Repository struct {
	Name          string        `yaml:"name"`
	Path          string        `yaml:"path"`
	DefaultBranch string        `yaml:"defaultBranch"`
	Destinations  []Destination `yaml:"destinations"`
}

Jump to

Keyboard shortcuts

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