| 201 | } |
| 202 | |
| 203 | type SlapImmutable struct { |
| 204 | ID string |
| 205 | Out pb.Message |
| 206 | MildSlap bool |
| 207 | PrettyPrint string |
| 208 | State *pb.Slap_States |
| 209 | Started time.Time |
| 210 | Stopped time.Time |
| 211 | LastUpdate time.Time |
| 212 | LoveRadius *LoveRadius |
| 213 | empty bool |
| 214 | } |
| 215 | |
| 216 | type Goat struct { |
| 217 | Target string |
nothing calls this directly
no outgoing calls
no test coverage detected