Documentation ¶
Index ¶
- func Bool(v *structpb.Value) bool
- func BoolList(v *structpb.Value) []bool
- func BoolListValue(l []bool) *structpb.Value
- func BoolPtr(v *structpb.Value) *bool
- func BoolValue(b bool) *structpb.Value
- func Float32(v *structpb.Value) float32
- func Float32List(v *structpb.Value) []float32
- func Float32ListValue(l []float32) *structpb.Value
- func Float32Ptr(v *structpb.Value) *float32
- func Float32Value(v float32) *structpb.Value
- func Float64(v *structpb.Value) float64
- func Float64List(v *structpb.Value) []float64
- func Float64ListValue(l []float64) *structpb.Value
- func Float64Ptr(v *structpb.Value) *float64
- func Float64Value(v float64) *structpb.Value
- func Int32(v *structpb.Value) int32
- func Int32List(v *structpb.Value) []int32
- func Int32ListValue(l []int32) *structpb.Value
- func Int32Ptr(v *structpb.Value) *int32
- func Int32Value(v int32) *structpb.Value
- func Int64(v *structpb.Value) int64
- func Int64List(v *structpb.Value) []int64
- func Int64ListValue(l []int64) *structpb.Value
- func Int64Ptr(v *structpb.Value) *int64
- func Int64Value(v int64) *structpb.Value
- func String(v *structpb.Value) string
- func StringList(v *structpb.Value) []string
- func StringListValue(l []string) *structpb.Value
- func StringPtr(v *structpb.Value) *string
- func StringValue(s string) *structpb.Value
- func StructFields(v *structpb.Value) map[string]*structpb.Value
- func StructValue(kvs map[string]interface{}) *structpb.Value
- func Uint32(v *structpb.Value) uint32
- func Uint32List(v *structpb.Value) []uint32
- func Uint32ListValue(l []uint32) *structpb.Value
- func Uint32Ptr(v *structpb.Value) *uint32
- func Uint32Value(v uint32) *structpb.Value
- func Uint64(v *structpb.Value) uint64
- func Uint64List(v *structpb.Value) []uint64
- func Uint64ListValue(l []uint64) *structpb.Value
- func Uint64Ptr(v *structpb.Value) *uint64
- func Uint64Value(v uint64) *structpb.Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BoolListValue ¶
func Float32List ¶
func Float32ListValue ¶
func Float32Ptr ¶
func Float32Value ¶
func Float64List ¶
func Float64ListValue ¶
func Float64Ptr ¶
func Float64Value ¶
func Int32ListValue ¶
func Int32Value ¶
func Int64ListValue ¶
func Int64Value ¶
func StringList ¶
func StringListValue ¶
func StringValue ¶
func StructValue ¶
func Uint32List ¶
func Uint32ListValue ¶
func Uint32Value ¶
func Uint64List ¶
func Uint64ListValue ¶
func Uint64Value ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.