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.
Click to show internal directories.
Click to hide internal directories.