models

package
v0.0.0-...-bbef582 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2024 License: GPL-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 Activity

type Activity struct {
	Id        uint64
	Comment   string
	Details   []*string
	Version   uint64
	CreatedAt string
	UpdatedAt string
	UserId    uint64
}

type CustomAction

type CustomAction struct {
	Id   uint64
	Name string
}

type LongText

type LongText struct {
	Format string
	Raw    string
	Html   string
}

type Notification

type Notification struct {
	Id              uint64
	ResourceId      uint64
	ResourceSubject string
	Reason          string
	Read            bool
	CreatedAt       string
	UpdatedAt       string
}

type Project

type Project struct {
	Id   uint64
	Name string
}

type Status

type Status struct {
	Id         uint64
	Name       string
	Color      string
	IsDefault  bool
	IsClosed   bool
	IsReadonly bool
	Position   uint64
}

type Type

type Type struct {
	Id   uint64
	Name string
}

type User

type User struct {
	Id        uint64
	Name      string
	FirstName string
	LastName  string
}

type Version

type Version struct {
	Id   uint64
	Name string
}

type WorkPackage

type WorkPackage struct {
	Id          uint64
	Subject     string
	Type        string
	Assignee    string
	Status      string
	Description string
	LockVersion int
}

type WorkPackageCollection

type WorkPackageCollection struct {
	Total    int64
	Count    int64
	PageSize int64
	Offset   int64
	Items    []*WorkPackage
}

Jump to

Keyboard shortcuts

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