This commit is contained in:
2023-07-30 23:17:02 +08:00
parent 049aedf115
commit 7fd48edef8
19 changed files with 58 additions and 44 deletions

View File

@@ -18,7 +18,7 @@ import (
type ServiceContext struct {
Config config.Config
SharedState *fsm.StateCluster
SharedState *fsm.FsStateMachine
MysqlConn *gorm.DB
AllModels *gmodel.AllModelsGen

View File

@@ -17,7 +17,7 @@ import (
type ServiceContext struct {
Config config.Config
SharedState *fsm.StateCluster
SharedState *fsm.FsStateMachine
MysqlConn *gorm.DB
AllModels *gmodel.AllModelsGen

View File

@@ -17,7 +17,7 @@ import (
type ServiceContext struct {
Config config.Config
SharedState *fsm.StateCluster
SharedState *fsm.FsStateMachine
MysqlConn *gorm.DB
AllModels *gmodel.AllModelsGen

View File

@@ -17,7 +17,7 @@ import (
type ServiceContext struct {
Config config.Config
SharedState *fsm.StateCluster
SharedState *fsm.FsStateMachine
MysqlConn *gorm.DB
AllModels *gmodel.AllModelsGen

View File

@@ -17,7 +17,7 @@ import (
type ServiceContext struct {
Config config.Config
SharedState *fsm.StateCluster
SharedState *fsm.FsStateMachine
MysqlConn *gorm.DB
AllModels *gmodel.AllModelsGen

View File

@@ -17,7 +17,7 @@ import (
type ServiceContext struct {
Config config.Config
SharedState *fsm.StateCluster
SharedState *fsm.FsStateMachine
MysqlConn *gorm.DB
AllModels *gmodel.AllModelsGen

View File

@@ -17,7 +17,7 @@ import (
type ServiceContext struct {
Config config.Config
SharedState *fsm.StateCluster
SharedState *fsm.FsStateMachine
MysqlConn *gorm.DB
AllModels *gmodel.AllModelsGen

View File

@@ -17,7 +17,7 @@ import (
type ServiceContext struct {
Config config.Config
SharedState *fsm.StateCluster
SharedState *fsm.FsStateMachine
MysqlConn *gorm.DB
AllModels *gmodel.AllModelsGen

View File

@@ -17,7 +17,7 @@ import (
type ServiceContext struct {
Config config.Config
SharedState *fsm.StateCluster
SharedState *fsm.FsStateMachine
MysqlConn *gorm.DB
AllModels *gmodel.AllModelsGen

View File

@@ -17,7 +17,7 @@ import (
type ServiceContext struct {
Config config.Config
SharedState *fsm.StateCluster
SharedState *fsm.FsStateMachine
MysqlConn *gorm.DB
AllModels *gmodel.AllModelsGen

View File

@@ -16,7 +16,7 @@ import (
type ServiceContext struct {
Config config.Config
SharedState *fsm.StateCluster
SharedState *fsm.FsStateMachine
MysqlConn *gorm.DB
AllModels *gmodel.AllModelsGen

View File

@@ -17,7 +17,7 @@ import (
type ServiceContext struct {
Config config.Config
SharedState *fsm.StateCluster
SharedState *fsm.FsStateMachine
MysqlConn *gorm.DB
AllModels *gmodel.AllModelsGen

View File

@@ -17,7 +17,7 @@ import (
type ServiceContext struct {
Config config.Config
SharedState *fsm.StateCluster
SharedState *fsm.FsStateMachine
MysqlConn *gorm.DB
AllModels *gmodel.AllModelsGen

View File

@@ -19,7 +19,7 @@ import (
type ServiceContext struct {
Config config.Config
SharedState *fsm.StateCluster
SharedState *fsm.FsStateMachine
MysqlConn *gorm.DB
AllModels *gmodel.AllModelsGen

View File

@@ -17,7 +17,7 @@ import (
type ServiceContext struct {
Config config.Config
SharedState *fsm.StateCluster
SharedState *fsm.FsStateMachine
MysqlConn *gorm.DB
AllModels *gmodel.AllModelsGen

View File

@@ -17,7 +17,7 @@ import (
type ServiceContext struct {
Config config.Config
SharedState *fsm.StateCluster
SharedState *fsm.FsStateMachine
MysqlConn *gorm.DB
AllModels *gmodel.AllModelsGen