| 178 | } |
| 179 | |
| 180 | type DreamerImmutable struct { |
| 181 | ID string |
| 182 | State *pb.Dreamer_States |
| 183 | MissingCall *pb.Dreamer_MissingCalls |
| 184 | Calls int32 |
| 185 | Started time.Time |
| 186 | Stopped time.Time |
| 187 | LastUpdate time.Time |
| 188 | empty bool |
| 189 | } |
| 190 | |
| 191 | type Slap struct { |
| 192 | Name string |
nothing calls this directly
no outgoing calls
no test coverage detected