Ejemplo n.º 1
0
func (p *LogEntry) readField1(iprot thrift.TProtocol) error {
	if v, err := iprot.ReadString(); err != nil {
		return fmt.Errorf("error reading field 1: %s")
	} else {
		p.Category = v
	}
	return nil
}