Documentation ¶
Overview ¶
Package masterAction アクション
Package masterAction アクション
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMasterActionMysqlDao ¶
func NewMasterActionMysqlDao(conn *mysql.MysqlHandler) masterAction.MasterActionMysqlRepository
Types ¶
type MasterAction ¶
type MasterAction struct { MasterActionId int64 Name string MasterActionStepEnum masterActionStep.MasterActionStepEnum MasterActionTriggerEnum masterActionTrigger.MasterActionTriggerEnum TargetId *int64 TriggerMasterActionId *int64 Expiration *int32 }
func NewMasterAction ¶
func NewMasterAction() *MasterAction
func SetMasterAction ¶
func SetMasterAction(masterActionId int64, name string, masterActionStepEnum masterActionStep.MasterActionStepEnum, masterActionTriggerEnum masterActionTrigger.MasterActionTriggerEnum, targetId *int64, triggerMasterActionId *int64, expiration *int32) *MasterAction
func (*MasterAction) TableName ¶
func (t *MasterAction) TableName() string
type MasterActions ¶
type MasterActions []*MasterAction
func NewMasterActions ¶
func NewMasterActions() MasterActions
Click to show internal directories.
Click to hide internal directories.