model

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 17, 2016 License: MIT Imports: 0 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Issue

type Issue struct {
	ID            string `json:"_id"`
	Rev           string `json:"_rev"`
	Name          string `json:"name"`
	SyncSettingID string `json:"syncSettingId"`
	IssueID       string `json:"issueId"`
	Summary       string `json:"summary"`
	Description   string `json:"description"`
	Created       string `json:"created"`
	Updated       string `json:"updated"`
	Checked       bool   `json:"checked"`
	CheckedDate   string `json:"checkedDate"`
	Memo          string `json:"memo"`
}

type IssueChecked

type IssueChecked struct {
	Checked bool `json:"checked"`
}

type IssueMemo

type IssueMemo struct {
	Memo string `json:"memo"`
}

type SyncSetting

type SyncSetting struct {
	ID                 string `json:"_id"`
	Rev                string `json:"_rev"`
	Name               string `json:"name"`
	Type               string `json:"type"`
	FetchURL           string `json:"fetchUrl"`
	InsecureSkipVerify bool   `json:"insecureSkipVerify"`
	Schedule           string `json:"schedule"`
	IssueURL           string `json:"issueUrl"`
	Description        string `json:"description"`
}

Jump to

Keyboard shortcuts

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