models

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: May 23, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HttpError

type HttpError struct {
	Error  string `json:"error"`
	Reason string `json:"reason,omitempty"`
}

type Identifiable

type Identifiable struct {
	ID uuid.UUID `json:"id"`
}

type IdentifiableTask

type IdentifiableTask struct {
	Identifiable
	Task
}

type IdentifiableTasksPage

type IdentifiableTasksPage page[IdentifiableTask]

type Task

type Task struct {
	Summary     string `json:"summary"`
	Description string `json:"description"`
	Status      string `json:"status"`
}

Jump to

Keyboard shortcuts

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