| 149 | } |
| 150 | |
| 151 | type EagleImmutable struct { |
| 152 | ID string |
| 153 | State *pb.Eagle_States |
| 154 | MissingCall *pb.Eagle_MissingCalls |
| 155 | Birthday time.Time |
| 156 | Death time.Time |
| 157 | Started time.Time |
| 158 | LastUpdate time.Time |
| 159 | Creator string |
| 160 | empty bool |
| 161 | } |
| 162 | |
| 163 | type Dreamer struct { |
| 164 | Name string |
nothing calls this directly
no outgoing calls
no test coverage detected