config

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 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 Collaborator added in v0.3.0

type Collaborator struct {
	Repo  string
	Owner string
	Dest  string
	PageOptions
}

Collaborator config

type Config

type Config struct {
	Organization Organization
	Repository   Repository
	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 Organization added in v0.3.0

type Organization struct {
	Repository OrganizationRepository
}

Organization Config

type OrganizationRepository added in v0.3.0

type OrganizationRepository struct {
	Name string
	Org  string
	Dest string
	Type string
	PageOptions
}

OrganizationRepository config

type PageOptions added in v0.3.0

type PageOptions struct {
	PerPage int
	Page    int
}

PageOptions pagination options

type Project added in v0.4.0

type Project struct {
	Repo  string
	Owner string
	State string
	Dest  string
	Token string
	PageOptions
}

Project cofig

type Repository

type Repository struct {
	Name string
	User string
	Dest string
	Type string
	PageOptions

	Collaborator
	Project
}

Repository 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