wip: Mark update slots with XX:, add pkg/server/container.go

This commit is contained in:
Michael Hohn
2024-06-13 08:46:05 -07:00
committed by =Michael Hohn
parent 5b9df73424
commit 8df9673897
9 changed files with 434 additions and 46 deletions

View File

@@ -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