コード例 #1
0
ファイル: order_get_set.go プロジェクト: foomo/shop
func (order *Order) SetInitialState(stateMachine *state.StateMachine) {
	order.State = stateMachine.GetInitialState()
}
コード例 #2
0
ファイル: order.go プロジェクト: foomo/shop
func (position *Position) SetInitialState(stateMachine *state.StateMachine) {
	position.State = stateMachine.GetInitialState()
}