(x string)
| 72 | func (p Cartel) Poisons() []*Poison { return p.poisons } |
| 73 | |
| 74 | func (p *Cartel) SetSource(x string) { p.source = x } |
| 75 | func (p *Cartel) SetCreationDate(x time.Time) { p.creationDate = x } |
| 76 | func (p *Cartel) SetBoss(x string) { p.boss = x } |
| 77 | func (p *Cartel) SetLastCrimeDate(x time.Time) { p.lastCrimeDate = x } |
no outgoing calls