Documentation
¶
Overview ¶
Package masterEvent イベント
Package masterEvent イベント
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMasterEventMysqlDao ¶
func NewMasterEventMysqlDao(conn *mysql.MysqlHandler) masterEvent.MasterEventMysqlRepository
Types ¶
type MasterEvent ¶
type MasterEvent struct { MasterEventId int64 Name string ResetHour int32 IntervalHour int32 RepeatSetting bool StartAt time.Time EndAt *time.Time }
func NewMasterEvent ¶
func NewMasterEvent() *MasterEvent
func SetMasterEvent ¶
func (*MasterEvent) TableName ¶
func (t *MasterEvent) TableName() string
type MasterEvents ¶
type MasterEvents []*MasterEvent
func NewMasterEvents ¶
func NewMasterEvents() MasterEvents
Click to show internal directories.
Click to hide internal directories.