wip
This commit is contained in:
committed by
=Michael Hohn
parent
12b9bd9858
commit
9fc07e8c95
4
interfaces/mci/commander.go
Normal file
4
interfaces/mci/commander.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package mci
|
||||
|
||||
type MCCommander struct {
|
||||
}
|
||||
4
interfaces/mci/common.go
Normal file
4
interfaces/mci/common.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package mci
|
||||
|
||||
type MCCommon struct {
|
||||
}
|
||||
4
interfaces/mci/logger.go
Normal file
4
interfaces/mci/logger.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package mci
|
||||
|
||||
type MCLogger struct {
|
||||
}
|
||||
4
interfaces/mci/queue.go
Normal file
4
interfaces/mci/queue.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package mci
|
||||
|
||||
type MCQueue struct {
|
||||
}
|
||||
4
interfaces/mci/runner.go
Normal file
4
interfaces/mci/runner.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package mci
|
||||
|
||||
type MCRunner struct {
|
||||
}
|
||||
4
interfaces/mci/storage.go
Normal file
4
interfaces/mci/storage.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package mci
|
||||
|
||||
type MCStorage struct {
|
||||
}
|
||||
Reference in New Issue
Block a user