Fix parsing API with removed CRC for types and unions 98/20098/2
authorOndrej Fabry <ofabry@cisco.com>
Wed, 12 Jun 2019 16:37:20 +0000 (18:37 +0200)
committerOndrej Fabry <ofabry@cisco.com>
Wed, 12 Jun 2019 17:41:35 +0000 (19:41 +0200)
commit682250e328472e855a4c59e9e5f004473b6af0d3
tree6de85c22a2d18a83ba05f2713c75c9d089c6275b
parentc4522fe10317b1729a0820dc880afc78c663f64d
Fix parsing API with removed CRC for types and unions

- method GetCrcString() was also removed from DataType interface
- fix generated comment for services
- fix permissions for created files and directories

Change-Id: If0b7a57e01f1128b5ba574fc5ee13b6a7c6aa6fd
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
api/binapi.go
cmd/binapi-generator/generate.go
cmd/binapi-generator/main.go
cmd/binapi-generator/parse.go
examples/binapi/acl/acl.ba.go
examples/binapi/af_packet/af_packet.ba.go
examples/binapi/interfaces/interfaces.ba.go
examples/binapi/ip/ip.ba.go
examples/binapi/memclnt/memclnt.ba.go
examples/binapi/memif/memif.ba.go
examples/binapi/vpe/vpe.ba.go