c7f836b183bdf6402252165896729424b8236056
[govpp.git] / examples / binapi / ethernet_types / ethernet_types.ba.go
1 // Code generated by GoVPP's binapi-generator. DO NOT EDIT.
2 // source: /usr/share/vpp/api/core/ethernet_types.api.json
3
4 /*
5 Package ethernet_types is a generated VPP binary API for 'ethernet_types' module.
6
7 It consists of:
8           1 alias
9 */
10 package ethernet_types
11
12 import (
13         bytes "bytes"
14         context "context"
15         api "git.fd.io/govpp.git/api"
16         struc "github.com/lunixbochs/struc"
17         io "io"
18         strconv "strconv"
19 )
20
21 const (
22         // ModuleName is the name of this module.
23         ModuleName = "ethernet_types"
24         // VersionCrc is the CRC of this module.
25         VersionCrc = 0xd4ff2808
26 )
27
28 // MacAddress represents VPP binary API alias 'mac_address'.
29 type MacAddress [6]uint8
30
31 // This is a compile-time assertion to ensure that this generated file
32 // is compatible with the GoVPP api package it is being compiled against.
33 // A compilation error at this line likely means your copy of the
34 // GoVPP api package needs to be updated.
35 const _ = api.GoVppAPIPackageIsVersion1 // please upgrade the GoVPP api package
36
37 // Reference imports to suppress errors if they are not otherwise used.
38 var _ = api.RegisterMessage
39 var _ = bytes.NewBuffer
40 var _ = context.Background
41 var _ = io.Copy
42 var _ = strconv.Itoa
43 var _ = struc.Pack