wip: Mark update slots with XX:, add pkg/server/container.go
This commit is contained in:
committed by
=Michael Hohn
parent
5b9df73424
commit
8df9673897
@@ -34,6 +34,15 @@ func NewCommanderSingle() *CommanderSingle {
|
||||
return &c
|
||||
}
|
||||
|
||||
type CommanderContainer struct {
|
||||
st *Visibles
|
||||
}
|
||||
|
||||
func NewCommanderContainer() *CommanderContainer {
|
||||
c := CommanderContainer{}
|
||||
return &c
|
||||
}
|
||||
|
||||
// type State struct {
|
||||
// Commander Commander
|
||||
// Logger logger.Logger
|
||||
|
||||
Reference in New Issue
Block a user