domain

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2023 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cache

type Cache struct {
	Mtx    sync.Mutex
	Status *Status
}

type ProcessStatus

type ProcessStatus struct {
	ID       int64
	Date     time.Time
	Detail   string
	Status   Status
	Complete bool
}

type Status

type Status int
const (
	Working Status = iota + 1
	Finished
	Failed
)

func (Status) IsComplete

func (st Status) IsComplete() bool

Jump to

Keyboard shortcuts

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