Make the warnings for validating services more obvious 00/14400/1
authorOndrej Fabry <ofabry@cisco.com>
Tue, 21 Aug 2018 20:32:11 +0000 (22:32 +0200)
committerOndrej Fabry <ofabry@cisco.com>
Tue, 21 Aug 2018 20:32:11 +0000 (22:32 +0200)
commit08ddeac03fd3832d44a3dfb48ee85ecd95d2b388
tree6b94f6acc86686dfb078cd21c7d67865cac4ae8f
parentc4ccfc75f0698e148cfa37a3a1dda1a46bb29109
Make the warnings for validating services more obvious

- there is currently simple validation for services,
  which checks type of services and its name for request/reply
- there is one known warning in dhcp package for dhcp_client_config,
  since it is single case for normal requests subscribing to event

Change-Id: I504a52b9a1823ced841b2ead712318ef5e5477b1
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
cmd/binapi-generator/generate.go
cmd/binapi-generator/main.go
cmd/binapi-generator/objects.go [new file with mode: 0644]
cmd/binapi-generator/parse.go