score

package
v4.2.259+incompatible Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2019 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 DAO

type DAO interface {
	ListSimulatedScheduingScores(ListRequest) ([]*SimulatedSchedulingScore, error)
	CreateSimulatedScheduingScores([]*SimulatedSchedulingScore) error
}

DAO DAO interface of score

type ListRequest

type ListRequest struct {
	DBCommon.QueryCondition
}

ListRequest Request argument for list api.

type SimulatedSchedulingScore

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

SimulatedSchedulingScore Score entity in dao level

Directories

Path Synopsis
impl

Jump to

Keyboard shortcuts

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