projectmodels

package
v0.0.15-20240724191045... Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2024 License: GPL-3.0 Imports: 0 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Project

type Project struct {
	CreationDate *int64   `bson:"creationdate,omitempty"`
	LastUpdate   *int64   `bson:"updatedate,omitempty"`
	ID           string   `bson:"_id,omitempty"`
	Name         string   `bson:"name,omitempty"`
	Description  string   `bson:"description,omitempty"`
	Owner        string   `bson:"owner,omitempty"`
	Teams        []string `bson:"teams,omitempty"`
	Wikis        []string `bson:"wikis,omitempty"`
	Notes        []string `bson:"notes,omitempty"`
	Tasks        []string `bson:"tasks,omitempty"`
}

Jump to

Keyboard shortcuts

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