| 221 | } |
| 222 | |
| 223 | type GoatImmutable struct { |
| 224 | ID string |
| 225 | State *pb.Goat_States |
| 226 | Started time.Time |
| 227 | Stopped time.Time |
| 228 | LastUpdate time.Time |
| 229 | empty bool |
| 230 | } |
| 231 | type Donkey struct { |
| 232 | Pause bool |
| 233 | Sleep int32 |
nothing calls this directly
no outgoing calls
no test coverage detected