config

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2020 License: MIT 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 {
	Repository             Repository
	RepositoryCollaborator RepositoryCollaborator
	Team                   Team
	IssueLabel             IssueLabel
	Membership             Membership
}

Config struct

type IssueLabel

type IssueLabel struct {
	Repo    string
	Owner   string
	Dest    string
	PerPage int
	Page    int
}

IssueLabel config

type Membership added in v0.2.0

type Membership struct {
	State   string
	PerPage int
	Page    int
	Dest    string
}

Membership config

type Repository

type Repository struct {
	Name    string
	Org     string
	User    string
	Dest    string
	Type    string
	PerPage int
	Page    int
}

Repository config

type RepositoryCollaborator

type RepositoryCollaborator struct {
	Repo    string
	Owner   string
	Dest    string
	PerPage int
	Page    int
}

RepositoryCollaborator config

type Team

type Team struct {
	Name    string
	Org     string
	Dest    string
	Token   string
	PerPage int
	Page    int
}

Team config

Jump to

Keyboard shortcuts

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