furo_fat

package
v1.17.0 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
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) Descriptor() ([]byte, []int)

Deprecated: Use Any.ProtoReflect.Descriptor instead.

func (*Any) GetAttributes

func (x *Any) GetAttributes() map[string]string

func (*Any) GetLabels

func (x *Any) GetLabels() []string

func (*Any) GetValue

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

func (*Any) ProtoMessage

func (*Any) ProtoMessage()

func (*Any) ProtoReflect

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

func (*Any) Reset

func (x *Any) Reset()

func (*Any) String

func (x *Any) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Bool.ProtoReflect.Descriptor instead.

func (*Bool) GetAttributes

func (x *Bool) GetAttributes() map[string]string

func (*Bool) GetLabels

func (x *Bool) GetLabels() []bool

func (*Bool) GetValue

func (x *Bool) GetValue() bool

func (*Bool) ProtoMessage

func (*Bool) ProtoMessage()

func (*Bool) ProtoReflect

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

func (*Bool) Reset

func (x *Bool) Reset()

func (*Bool) String

func (x *Bool) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Bytes.ProtoReflect.Descriptor instead.

func (*Bytes) GetAttributes

func (x *Bytes) GetAttributes() map[string]string

func (*Bytes) GetLabels

func (x *Bytes) GetLabels() [][]byte

func (*Bytes) GetValue

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

func (*Bytes) ProtoMessage

func (*Bytes) ProtoMessage()

func (*Bytes) ProtoReflect

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

func (*Bytes) Reset

func (x *Bytes) Reset()

func (*Bytes) String

func (x *Bytes) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Double.ProtoReflect.Descriptor instead.

func (*Double) GetAttributes

func (x *Double) GetAttributes() map[string]string

func (*Double) GetLabels

func (x *Double) GetLabels() []string

func (*Double) GetValue

func (x *Double) GetValue() float64

func (*Double) ProtoMessage

func (*Double) ProtoMessage()

func (*Double) ProtoReflect

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

func (*Double) Reset

func (x *Double) Reset()

func (*Double) String

func (x *Double) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Empty.ProtoReflect.Descriptor instead.

func (*Empty) GetAttributes

func (x *Empty) GetAttributes() map[string]string

func (*Empty) GetLabels

func (x *Empty) GetLabels() []string

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) ProtoReflect

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

func (*Empty) Reset

func (x *Empty) Reset()

func (*Empty) String

func (x *Empty) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Float.ProtoReflect.Descriptor instead.

func (*Float) GetAttributes

func (x *Float) GetAttributes() map[string]string

func (*Float) GetLabels

func (x *Float) GetLabels() []string

func (*Float) GetValue

func (x *Float) GetValue() float32

func (*Float) ProtoMessage

func (*Float) ProtoMessage()

func (*Float) ProtoReflect

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

func (*Float) Reset

func (x *Float) Reset()

func (*Float) String

func (x *Float) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Int32.ProtoReflect.Descriptor instead.

func (*Int32) GetAttributes

func (x *Int32) GetAttributes() map[string]string

func (*Int32) GetLabels

func (x *Int32) GetLabels() []string

func (*Int32) GetValue

func (x *Int32) GetValue() int32

func (*Int32) ProtoMessage

func (*Int32) ProtoMessage()

func (*Int32) ProtoReflect

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

func (*Int32) Reset

func (x *Int32) Reset()

func (*Int32) String

func (x *Int32) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Int64.ProtoReflect.Descriptor instead.

func (*Int64) GetAttributes

func (x *Int64) GetAttributes() map[string]string

func (*Int64) GetLabels

func (x *Int64) GetLabels() []string

func (*Int64) GetValue

func (x *Int64) GetValue() int64

func (*Int64) ProtoMessage

func (*Int64) ProtoMessage()

func (*Int64) ProtoReflect

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

func (*Int64) Reset

func (x *Int64) Reset()

func (*Int64) String

func (x *Int64) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use String.ProtoReflect.Descriptor instead.

func (*String) GetAttributes

func (x *String) GetAttributes() map[string]string

func (*String) GetLabels

func (x *String) GetLabels() []string

func (*String) GetValue

func (x *String) GetValue() string

func (*String) ProtoMessage

func (*String) ProtoMessage()

func (*String) ProtoReflect

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

func (*String) Reset

func (x *String) Reset()

func (*String) String

func (x *String) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Uint32.ProtoReflect.Descriptor instead.

func (*Uint32) GetAttributes

func (x *Uint32) GetAttributes() map[string]string

func (*Uint32) GetLabels

func (x *Uint32) GetLabels() []string

func (*Uint32) GetValue

func (x *Uint32) GetValue() uint32

func (*Uint32) ProtoMessage

func (*Uint32) ProtoMessage()

func (*Uint32) ProtoReflect

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

func (*Uint32) Reset

func (x *Uint32) Reset()

func (*Uint32) String

func (x *Uint32) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Uint64.ProtoReflect.Descriptor instead.

func (*Uint64) GetAttributes

func (x *Uint64) GetAttributes() map[string]string

func (*Uint64) GetLabels

func (x *Uint64) GetLabels() []string

func (*Uint64) GetValue

func (x *Uint64) GetValue() uint64

func (*Uint64) ProtoMessage

func (*Uint64) ProtoMessage()

func (*Uint64) ProtoReflect

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

func (*Uint64) Reset

func (x *Uint64) Reset()

func (*Uint64) String

func (x *Uint64) String() string

Jump to

Keyboard shortcuts

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