gitea

package module
v0.0.0-...-c14d636 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2022 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NewUser

type NewUser struct {
	Repos []Repo
}

type Repo

type Repo struct {
	// Var is the variable name to use for the repository
	Var string

	// Pattern specifies the name pattern of the repository. The respository
	// name is generated by taking Pattern and applying a random string to the
	// end. If Pattern includes a "*", the random string replaces the last "*"
	Pattern string

	// Private indicates whether the repo should be private or not
	Private bool
}

Directories

Path Synopsis
cmd
gitea
gitea is a helper to work with a gitea instance
gitea is a helper to work with a gitea instance
internal
ci

Jump to

Keyboard shortcuts

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