(x string)
| 139 | func (p *Poison) SetPoisonType(x pb.PoisonType) { p.poisonType = x } |
| 140 | func (p *Poison) SetExpiration(x time.Time) { p.expiration = x } |
| 141 | func (p *Poison) SetManufacturer(x string) { p.manufacturer = x } |
| 142 | func (p *Poison) SetPotency(x int) { p.potency = x } |
no outgoing calls