models

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: May 30, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ListOptions

type ListOptions struct {
	Page    int
	PerPage int
}

ListOptions defines how many items per page there should be. Note: this isn't really used yet...

type Project

type Project struct {
	Name string `json:"name"`
	ID   int64  `json:"id"`
}

Project defines details about a github project.

type ProjectColumn

type ProjectColumn struct {
	ID                 int64
	Name               string
	ProjectColumnCards []*ProjectColumnCard
}

ProjectColumn .

type ProjectColumnCard

type ProjectColumnCard struct {
	ID       int64
	IssueID  int64
	Content  string
	Title    string
	Name     string
	Note     *string
	Author   string
	Assignee string
}

ProjectColumnCard .

type ProjectData

type ProjectData struct {
	ProjectColumns []*ProjectColumn
}

ProjectData .

Jump to

Keyboard shortcuts

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