model

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

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

Go to latest
Published: Jul 1, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Request

type Request struct {
	Type string `json:"type"`
}

func (*Request) Validate

func (r *Request) Validate() error

type Task

type Task struct {
	ID         primitive.ObjectID `bson:"_id"`
	Type       string             `bson:"type"`        // тип события
	State      int                `bson:"state"`       // state 0 - для незавершенных событий, 1 - для завершенных
	StartedAt  time.Time          `bson:"started_at"`  // время начала события
	FinishedAt time.Time          `bson:"finished_at"` // время завершения события
}

Jump to

Keyboard shortcuts

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