Deprecated: Use the "google.golang.org/protobuf" module instead.
package structpb
import "github.com/golang/protobuf/ptypes/struct"
Index ¶
- Constants
- Variables
- type ListValue
- type NullValue
- type Struct
- type Value
- type Value_BoolValue
- type Value_ListValue
- type Value_NullValue
- type Value_NumberValue
- type Value_StringValue
- type Value_StructValue
Constants ¶
const NullValue_NULL_VALUE = structpb.NullValue_NULL_VALUE
Variables ¶
var File_github_com_golang_protobuf_ptypes_struct_struct_proto protoreflect.FileDescriptor
var NullValue_name = structpb.NullValue_name
var NullValue_value = structpb.NullValue_value
Types ¶
type ListValue ¶
type NullValue ¶
type Struct ¶
type Value ¶
type Value_BoolValue ¶
type Value_BoolValue = structpb.Value_BoolValue
type Value_ListValue ¶
type Value_ListValue = structpb.Value_ListValue
type Value_NullValue ¶
type Value_NullValue = structpb.Value_NullValue
type Value_NumberValue ¶
type Value_NumberValue = structpb.Value_NumberValue
type Value_StringValue ¶
type Value_StringValue = structpb.Value_StringValue
type Value_StructValue ¶
type Value_StructValue = structpb.Value_StructValue
Source Files ¶
- Version
- v1.5.4 (latest)
- Published
- Mar 6, 2024
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 5 days ago –
Tools for package owners.