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