(x *pb.MetaData)
| 114 | func (hq *Headquarter) SetSubDivisions(x []string) { hq.subDivisions = x } |
| 115 | func (hq *Headquarter) SetIncorporatedDate(x time.Time) { hq.incorporatedDate = x } |
| 116 | func (hq *Headquarter) SetMetaData(x *pb.MetaData) { hq.metaData = x } |
| 117 | func (hq *Headquarter) SetPrivateMessage(x []byte) { hq.privateMessage = x } |
| 118 | func (hq *Headquarter) SetPublicMessage(x []byte) { hq.publicMessage = x } |
| 119 | func (hq *Headquarter) SetHorseBack(x string) { hq.horseBack = x } |
no outgoing calls