domain

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2022 License: Unlicense Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GitClient

type GitClient interface {
	CloneRepo(url string, path *pathlib.Path) error
}

type GitlabClient

type GitlabClient interface {
	GetGroup(groupId int) (*gitlab.Group, error)
	ListProjects(groupId int) ([]*gitlab.Project, error)
	ListSubgroups(groupId int) ([]*gitlab.Group, error)
}

Jump to

Keyboard shortcuts

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