wip
This commit is contained in:
committed by
=Michael Hohn
parent
9fc07e8c95
commit
12595077c7
4
config/mcc/commander.go
Normal file
4
config/mcc/commander.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package mcc
|
||||
|
||||
type Commander struct {
|
||||
}
|
||||
4
config/mcc/common.go
Normal file
4
config/mcc/common.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package mcc
|
||||
|
||||
type Common struct {
|
||||
}
|
||||
4
config/mcc/logger.go
Normal file
4
config/mcc/logger.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package mcc
|
||||
|
||||
type Logger struct {
|
||||
}
|
||||
4
config/mcc/queue.go
Normal file
4
config/mcc/queue.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package mcc
|
||||
|
||||
type Queue struct {
|
||||
}
|
||||
4
config/mcc/runner.go
Normal file
4
config/mcc/runner.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package mcc
|
||||
|
||||
type Runner struct {
|
||||
}
|
||||
4
config/mcc/storage.go
Normal file
4
config/mcc/storage.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package mcc
|
||||
|
||||
type Storage struct {
|
||||
}
|
||||
Reference in New Issue
Block a user