File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,10 @@ import (
20
20
)
21
21
22
22
var (
23
- _ module.AppModule = AppModule {}
24
- _ module.AppModuleBasic = AppModuleBasic {}
23
+ _ module.AppModule = AppModule {}
24
+ _ module.AppModuleBasic = AppModuleBasic {}
25
+ _ module.BeginBlockAppModule = AppModule {}
26
+ _ module.EndBlockAppModule = AppModule {}
25
27
)
26
28
27
29
// AppModuleBasic defines the basic application module used by the bandtss module.
Original file line number Diff line number Diff line change @@ -19,8 +19,10 @@ import (
19
19
)
20
20
21
21
var (
22
- _ module.AppModule = AppModule {}
23
- _ module.AppModuleBasic = AppModuleBasic {}
22
+ _ module.AppModule = AppModule {}
23
+ _ module.AppModuleBasic = AppModuleBasic {}
24
+ _ module.BeginBlockAppModule = AppModule {}
25
+ _ module.EndBlockAppModule = AppModule {}
24
26
)
25
27
26
28
// AppModuleBasic defines the basic application module used by the tss module.
You can’t perform that action at this time.
0 commit comments