| 236 | } |
| 237 | |
| 238 | type DonkeyImmutable struct { |
| 239 | ID string |
| 240 | State *pb.Donkey_States |
| 241 | Started time.Time |
| 242 | Stopped time.Time |
| 243 | LastUpdate time.Time |
| 244 | empty bool |
| 245 | } |
| 246 | |
| 247 | type LoveRadius struct { |
| 248 | Summer *SummerLove |
nothing calls this directly
no outgoing calls
no test coverage detected