blob: b7592fff0ee0d0e261dc1a1be5c592f12692d013 [file] [log] [blame]
// Code generated by fidlgen; DO NOT EDIT.
package name
const (
EnabledFlag bool = true
Offset int8 = -33
Answer uint16 = 42
AnswerInBinary uint16 = 42
PopulationUsa2018 uint32 = 330000000
Diamond uint64 = 1746410393481133080
Fuchsia uint64 = 4054509061583223046
Username string = "\"squeenze\""
MinTemp float32 = -273.15
ConversionFactor float64 = 1.41421
EnumVal EnumType = EnumType.VALUE
EnumPrimitiveVal int32 = EnumType.VALUE
BitsVal BitsType = BitsType.VALUE
BitsPrimitiveVal int32 = BitsType.VALUE
)
type EnumType int32
const (
EnumTypeValue EnumType = 1
)
func (x EnumType) String() string {
switch x {
case 1:
return "Value"
}
return "Unknown"
}
type BitsType int32
const (
BitsTypeValue BitsType = 1
)
func (x BitsType) String() string {
switch x {
case 1:
return "Value"
}
return "Unknown"
}