models

package
v0.0.0-...-7e3d6ea Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2020 License: AGPL-3.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 IssueType

type IssueType struct {
	Description string `json:"description" bson:"description"`
	Resolved    bool   `json:"resolved" bson:"resolved"`
	Id          string `json:"id" bson:"_id"`
}

type TrackedItemType

type TrackedItemType struct {
	Name   string      `json:"name" bson:"name"`
	Issues []IssueType `json:"issues" bson:"issues"`
	Id     string      `json:"id" bson:"_id"`
}

Jump to

Keyboard shortcuts

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