Documentation ¶
Overview ¶
Package sr_mobile_types contains generated bindings for API file sr_mobile_types.api.
Contents: - 1 enum
Index ¶
Constants ¶
View Source
const ( APIFile = "sr_mobile_types" APIVersion = "0.1.0" VersionCrc = 0x7afa7d45 )
Variables ¶
View Source
var ( SrMobileNhtype_name = map[uint8]string{ 0: "SRV6_NHTYPE_API_NONE", 1: "SRV6_NHTYPE_API_IPV4", 2: "SRV6_NHTYPE_API_IPV6", 3: "SRV6_NHTYPE_API_NON_IP", } SrMobileNhtype_value = map[string]uint8{ "SRV6_NHTYPE_API_NONE": 0, "SRV6_NHTYPE_API_IPV4": 1, "SRV6_NHTYPE_API_IPV6": 2, "SRV6_NHTYPE_API_NON_IP": 3, } )
Functions ¶
This section is empty.
Types ¶
type SrMobileNhtype ¶
type SrMobileNhtype uint8
SrMobileNhtype defines enum 'sr_mobile_nhtype'.
const ( SRV6_NHTYPE_API_NONE SrMobileNhtype = 0 SRV6_NHTYPE_API_IPV4 SrMobileNhtype = 1 SRV6_NHTYPE_API_IPV6 SrMobileNhtype = 2 SRV6_NHTYPE_API_NON_IP SrMobileNhtype = 3 )
func (SrMobileNhtype) String ¶
func (x SrMobileNhtype) String() string
Click to show internal directories.
Click to hide internal directories.