repository

package
v0.0.0-...-2998d80 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2024 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigRepoData

type ConfigRepoData struct {
	Repos []ConfigRepoMeta `yaml:"repos"`
}

type ConfigRepoMeta

type ConfigRepoMeta struct {
	Name   string `yaml:"name"`
	URL    string `yaml:"url"`
	Branch string `yaml:"branch"`
	Path   string `yaml:"path"`
}

type Controller

type Controller struct {
	// contains filtered or unexported fields
}

func NewController

func NewController(apiWatcher watcher.Watcher, api store.GetterSetter, localGitDir, sshKeyDir string) *Controller

func (*Controller) Run

func (c *Controller) Run(ctx context.Context) error

Jump to

Keyboard shortcuts

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