Documentation ¶
Index ¶
- Variables
- type Any
- type Bool
- type Bytes
- func (*Bytes) Descriptor() ([]byte, []int)deprecated
- func (x *Bytes) GetAttributes() map[string]string
- func (x *Bytes) GetLabels() [][]byte
- func (x *Bytes) GetValue() []byte
- func (*Bytes) ProtoMessage()
- func (x *Bytes) ProtoReflect() protoreflect.Message
- func (x *Bytes) Reset()
- func (x *Bytes) String() string
- type Double
- func (*Double) Descriptor() ([]byte, []int)deprecated
- func (x *Double) GetAttributes() map[string]string
- func (x *Double) GetLabels() []string
- func (x *Double) GetValue() float64
- func (*Double) ProtoMessage()
- func (x *Double) ProtoReflect() protoreflect.Message
- func (x *Double) Reset()
- func (x *Double) String() string
- type Empty
- type Float
- func (*Float) Descriptor() ([]byte, []int)deprecated
- func (x *Float) GetAttributes() map[string]string
- func (x *Float) GetLabels() []string
- func (x *Float) GetValue() float32
- func (*Float) ProtoMessage()
- func (x *Float) ProtoReflect() protoreflect.Message
- func (x *Float) Reset()
- func (x *Float) String() string
- type Int32
- func (*Int32) Descriptor() ([]byte, []int)deprecated
- func (x *Int32) GetAttributes() map[string]string
- func (x *Int32) GetLabels() []string
- func (x *Int32) GetValue() int32
- func (*Int32) ProtoMessage()
- func (x *Int32) ProtoReflect() protoreflect.Message
- func (x *Int32) Reset()
- func (x *Int32) String() string
- type Int64
- func (*Int64) Descriptor() ([]byte, []int)deprecated
- func (x *Int64) GetAttributes() map[string]string
- func (x *Int64) GetLabels() []string
- func (x *Int64) GetValue() int64
- func (*Int64) ProtoMessage()
- func (x *Int64) ProtoReflect() protoreflect.Message
- func (x *Int64) Reset()
- func (x *Int64) String() string
- type String
- func (*String) Descriptor() ([]byte, []int)deprecated
- func (x *String) GetAttributes() map[string]string
- func (x *String) GetLabels() []string
- func (x *String) GetValue() string
- func (*String) ProtoMessage()
- func (x *String) ProtoReflect() protoreflect.Message
- func (x *String) Reset()
- func (x *String) String() string
- type Uint32
- func (*Uint32) Descriptor() ([]byte, []int)deprecated
- func (x *Uint32) GetAttributes() map[string]string
- func (x *Uint32) GetLabels() []string
- func (x *Uint32) GetValue() uint32
- func (*Uint32) ProtoMessage()
- func (x *Uint32) ProtoReflect() protoreflect.Message
- func (x *Uint32) Reset()
- func (x *Uint32) String() string
- type Uint64
- func (*Uint64) Descriptor() ([]byte, []int)deprecated
- func (x *Uint64) GetAttributes() map[string]string
- func (x *Uint64) GetLabels() []string
- func (x *Uint64) GetValue() uint64
- func (*Uint64) ProtoMessage()
- func (x *Uint64) ProtoReflect() protoreflect.Message
- func (x *Uint64) Reset()
- func (x *Uint64) String() string
Constants ¶
This section is empty.
Variables ¶
var File_furo_fat_fat_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Any ¶
type Any struct { // Attributes for a value, something like confidential-msg: you are not allowed to see this value Attributes map[string]string `` /* 161-byte string literal not displayed */ // Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,... Labels []string `protobuf:"bytes,2,rep,name=labels,proto3" json:"labels,omitempty"` // The JSON representation for `AnyValue` is a JSON string? The client uses type `ArrayBuffer` for the value field. Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
Furo annotated type wrapper message for `any`. // Any contains an arbitrary serialized protocol buffer message along with a // URL that describes the type of the serialized message. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/any.proto
func (*Any) Descriptor
deprecated
func (*Any) GetAttributes ¶
func (*Any) ProtoMessage ¶
func (*Any) ProtoMessage()
func (*Any) ProtoReflect ¶
func (x *Any) ProtoReflect() protoreflect.Message
type Bool ¶
type Bool struct { // Attributes for a value, something like confidential-msg: you are not allowed to see this value Attributes map[string]string `` /* 161-byte string literal not displayed */ // Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,... Labels []bool `protobuf:"varint,2,rep,packed,name=labels,proto3" json:"labels,omitempty"` // The JSON representation for `BoolValue` is a JSON boolean Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
Furo annotated type wrapper message for `bool`.
func (*Bool) Descriptor
deprecated
func (*Bool) GetAttributes ¶
func (*Bool) ProtoMessage ¶
func (*Bool) ProtoMessage()
func (*Bool) ProtoReflect ¶
func (x *Bool) ProtoReflect() protoreflect.Message
type Bytes ¶
type Bytes struct { // Attributes for a value, something like confidential-msg: you are not allowed to see this value Attributes map[string]string `` /* 161-byte string literal not displayed */ // Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,... Labels [][]byte `protobuf:"bytes,2,rep,name=labels,proto3" json:"labels,omitempty"` // The JSON representation for `BytesValue` is a JSON string Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
Furo annotated type wrapper message for `bytes`.
func (*Bytes) Descriptor
deprecated
func (*Bytes) GetAttributes ¶
func (*Bytes) ProtoMessage ¶
func (*Bytes) ProtoMessage()
func (*Bytes) ProtoReflect ¶
func (x *Bytes) ProtoReflect() protoreflect.Message
type Double ¶
type Double struct { // Attributes for a value, something like confidential-msg: you are not allowed to see this value Attributes map[string]string `` /* 161-byte string literal not displayed */ // Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,... Labels []string `protobuf:"bytes,2,rep,name=labels,proto3" json:"labels,omitempty"` // The JSON representation for `DoubleValue` is JSON number, range is set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER Value float64 `protobuf:"fixed64,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
Furo annotated type wrapper message for `double`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations
func (*Double) Descriptor
deprecated
func (*Double) GetAttributes ¶
func (*Double) ProtoMessage ¶
func (*Double) ProtoMessage()
func (*Double) ProtoReflect ¶
func (x *Double) ProtoReflect() protoreflect.Message
type Empty ¶
type Empty struct { // Attributes for a value, something like confidential-msg: you are not allowed to see this value Attributes map[string]string `` /* 161-byte string literal not displayed */ // Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,... Labels []string `protobuf:"bytes,2,rep,name=labels,proto3" json:"labels,omitempty"` // contains filtered or unexported fields }
Furo annotated type wrapper message for `empty`. Empty has no values and only contains the labels and attributes
func (*Empty) Descriptor
deprecated
func (*Empty) GetAttributes ¶
func (*Empty) ProtoMessage ¶
func (*Empty) ProtoMessage()
func (*Empty) ProtoReflect ¶
func (x *Empty) ProtoReflect() protoreflect.Message
type Float ¶
type Float struct { // Attributes for a value, something like confidential-msg: you are not allowed to see this value Attributes map[string]string `` /* 161-byte string literal not displayed */ // Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,... Labels []string `protobuf:"bytes,2,rep,name=labels,proto3" json:"labels,omitempty"` // The JSON representation for `FloatValue` is JSON number Value float32 `protobuf:"fixed32,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
Furo annotated type wrapper message for `float`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations
func (*Float) Descriptor
deprecated
func (*Float) GetAttributes ¶
func (*Float) ProtoMessage ¶
func (*Float) ProtoMessage()
func (*Float) ProtoReflect ¶
func (x *Float) ProtoReflect() protoreflect.Message
type Int32 ¶
type Int32 struct { // Attributes for a value, something like confidential-msg: you are not allowed to see this value Attributes map[string]string `` /* 161-byte string literal not displayed */ // Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,... Labels []string `protobuf:"bytes,2,rep,name=labels,proto3" json:"labels,omitempty"` // The JSON representation for `Int32Value` is JSON number Value int32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
Furo annotated type wrapper message for `int32`.
func (*Int32) Descriptor
deprecated
func (*Int32) GetAttributes ¶
func (*Int32) ProtoMessage ¶
func (*Int32) ProtoMessage()
func (*Int32) ProtoReflect ¶
func (x *Int32) ProtoReflect() protoreflect.Message
type Int64 ¶
type Int64 struct { // Attributes for a value, something like confidential-msg: you are not allowed to see this value Attributes map[string]string `` /* 161-byte string literal not displayed */ // Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,... Labels []string `protobuf:"bytes,2,rep,name=labels,proto3" json:"labels,omitempty"` // The JSON representation for `Int64Value` is JSON number, range is set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER Value int64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
Furo annotated type wrapper message for `int64`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations
func (*Int64) Descriptor
deprecated
func (*Int64) GetAttributes ¶
func (*Int64) ProtoMessage ¶
func (*Int64) ProtoMessage()
func (*Int64) ProtoReflect ¶
func (x *Int64) ProtoReflect() protoreflect.Message
type String ¶
type String struct { // Attributes for a value, something like confidential-msg: you are not allowed to see this value Attributes map[string]string `` /* 161-byte string literal not displayed */ // Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,... Labels []string `protobuf:"bytes,2,rep,name=labels,proto3" json:"labels,omitempty"` // The JSON representation for `StringValue` is a JSON string Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
Furo annotated type wrapper message for `string`.
func (*String) Descriptor
deprecated
func (*String) GetAttributes ¶
func (*String) ProtoMessage ¶
func (*String) ProtoMessage()
func (*String) ProtoReflect ¶
func (x *String) ProtoReflect() protoreflect.Message
type Uint32 ¶
type Uint32 struct { // Attributes for a value, something like confidential-msg: you are not allowed to see this value Attributes map[string]string `` /* 161-byte string literal not displayed */ // Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,... Labels []string `protobuf:"bytes,2,rep,name=labels,proto3" json:"labels,omitempty"` // The JSON representation for `Uint32Value` is JSON number Value uint32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
Furo annotated type wrapper message for `uint32`. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/wrappers.proto
func (*Uint32) Descriptor
deprecated
func (*Uint32) GetAttributes ¶
func (*Uint32) ProtoMessage ¶
func (*Uint32) ProtoMessage()
func (*Uint32) ProtoReflect ¶
func (x *Uint32) ProtoReflect() protoreflect.Message
type Uint64 ¶
type Uint64 struct { // Attributes for a value, something like confidential-msg: you are not allowed to see this value Attributes map[string]string `` /* 161-byte string literal not displayed */ // Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,... Labels []string `protobuf:"bytes,2,rep,name=labels,proto3" json:"labels,omitempty"` // The JSON representation for `Uint64Value` is JSON number, range is set to 0 - Number.MAX_SAFE_INTEGER Value uint64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
Furo annotated type wrapper message for `uint64`. The range constraints are set to Number.MAX_SAFE_INTEGER because of browser limitations
func (*Uint64) Descriptor
deprecated
func (*Uint64) GetAttributes ¶
func (*Uint64) ProtoMessage ¶
func (*Uint64) ProtoMessage()
func (*Uint64) ProtoReflect ¶
func (x *Uint64) ProtoReflect() protoreflect.Message