converge/pkg/models/state.go
Erik Brakkee d6d2d5648c Live updates of the sessions.
V1 in ascii-art. To be improved.
2024-09-08 11:16:49 +02:00

8 lines
89 B
Go

package models
type State struct {
Agents []Agent
Clients []Client
Ascii string
}