(x pb.HoneyStatus)
| 121 | func (hq *Headquarter) SetConvulsion(x bool) { hq.convulsion = x } |
| 122 | func (hq *Headquarter) SetExpansion(x uint64) { hq.expansion = x } |
| 123 | func (hq *Headquarter) SetStatus(x pb.HoneyStatus) { hq.status = x } |
| 124 | func (hq *Headquarter) SetRestrictions(x pb.Restrictions) { hq.restrictions = x } |
| 125 | func (hq *Headquarter) SetCreationTime(x time.Time) { hq.creationTime = x } |
| 126 |
no outgoing calls