model

package
v1.36.10-2023053111370... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: unknown License: MIT Imports: 4 Imported by: 0

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) GetKey

func (x *Metadata) GetKey() string

func (*Metadata) GetValue

func (x *Metadata) GetValue() []byte

func (*Metadata) ProtoMessage

func (*Metadata) ProtoMessage()

func (*Metadata) ProtoReflect

func (x *Metadata) ProtoReflect() protoreflect.Message

func (*Metadata) Reset

func (x *Metadata) Reset()

func (*Metadata) SetKey

func (x *Metadata) SetKey(v string)

func (*Metadata) SetValue

func (x *Metadata) SetValue(v []byte)

func (*Metadata) String

func (x *Metadata) String() string

type Metadata_builder

type Metadata_builder struct {
	Key   string
	Value []byte
	// contains filtered or unexported fields
}

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) GetLsb

func (x *UUID) GetLsb() uint64

func (*UUID) GetMsb

func (x *UUID) GetMsb() uint64

func (*UUID) ProtoMessage

func (*UUID) ProtoMessage()

func (*UUID) ProtoReflect

func (x *UUID) ProtoReflect() protoreflect.Message

func (*UUID) Reset

func (x *UUID) Reset()

func (*UUID) SetLsb

func (x *UUID) SetLsb(v uint64)

func (*UUID) SetMsb

func (x *UUID) SetMsb(v uint64)

func (*UUID) String

func (x *UUID) String() string

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL