Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_nuntio_sdk_model_metadata_proto protoreflect.FileDescriptor
View Source
var File_nuntio_sdk_model_uuid_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Metadata ¶
type Metadata struct {
Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (*Metadata) ProtoReflect ¶
func (x *Metadata) ProtoReflect() protoreflect.Message
type Metadata_builder ¶
func (Metadata_builder) Build ¶
func (b0 Metadata_builder) Build() *Metadata
type UUID ¶
type UUID struct {
// The two uint64s below, should be populated with the most and least
// significant 64 bits of a UUID.
// (e.g., https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html).
Msb uint64 `protobuf:"fixed64,1,opt,name=msb,proto3" json:"msb,omitempty"`
Lsb uint64 `protobuf:"fixed64,2,opt,name=lsb,proto3" json:"lsb,omitempty"`
// contains filtered or unexported fields
}
func (*UUID) ProtoReflect ¶
func (x *UUID) ProtoReflect() protoreflect.Message
type UUID_builder ¶
type UUID_builder struct {
// The two uint64s below, should be populated with the most and least
// significant 64 bits of a UUID.
// (e.g., https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html).
Msb uint64
Lsb uint64
// contains filtered or unexported fields
}
func (UUID_builder) Build ¶
func (b0 UUID_builder) Build() *UUID
Source Files
¶
- metadata.pb.go
- uuid.pb.go
Click to show internal directories.
Click to hide internal directories.