githubstructures

package
v0.0.0-...-2c531d0 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var IssueAnsweringTypeEnum = &issueAnsweringTypeEnum{
	OURS:         1,
	ANSWERED:     2,
	NOT_ANSWERED: 3,
}
View Source
var IssueManualLabelTypeEnum = &issueManualLabelTypeEnum{
	EXISTENT:     1,
	NON_EXISTENT: 2,
}

Functions

This section is empty.

Types

type Comment

type Comment struct {
	AuthorAssociation string
	AuthorLogin       string
}

type Issue

type Issue struct {
	Title             string
	Url               string
	Number            int
	AuthorAssociation string
	Labels            []Label
	Comments          []Comment
}

type Label

type Label struct {
	Name  string
	Color string
}

type ManualLabelConfig

type ManualLabelConfig struct {
	Prefix          string
	ParentLabelName string
}

Jump to

Keyboard shortcuts

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