types

package
v0.9.205 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2020 License: Apache-2.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 ListRequest

type ListRequest struct {
	DBCommon.QueryCondition
}

ListRequest Request argument for list api.

type ScoreDAO

type ScoreDAO interface {
	ListSimulatedSchedulingScores(ListRequest) ([]*SimulatedSchedulingScore, error)
	CreateSimulatedSchedulingScores([]*SimulatedSchedulingScore) error
}

DAO DAO interface of score

type SimulatedSchedulingScore

type SimulatedSchedulingScore struct {
	Timestamp   time.Time
	ScoreBefore float64
	ScoreAfter  float64
}

SimulatedSchedulingScore Score entity in dao level

Jump to

Keyboard shortcuts

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