Documentation
¶
Index ¶
Constants ¶
View Source
const ( Hundred = 100 Thousand = 1000 TenThousand = 10000 HundredThousand = 100000 Million = 1000000 )
Variables ¶
This section is empty.
Functions ¶
func FromFloat32 ¶
func FromFloat32(p float32) *xdstype.FractionalPercent
FromFloat32 translates a float to envoy.type.FractionalPercent.
func FromFraction ¶
func FromFraction(fraction *gwapiv1.Fraction) *xdstype.FractionalPercent
FromFraction translates a gwapiv1.Fraction instance to envoy.type.FractionalPercent.
func FromIn32 ¶
func FromIn32(p int32) *xdstype.FractionalPercent
FromIn32 translates an int32 instance to envoy.type.FractionalPercent.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.