Documentation
¶
Index ¶
- Variables
- type KeyValueGroup
- type Metadata
- func (*Metadata) Descriptor() ([]byte, []int)deprecated
- func (x *Metadata) GetPreviousVertex() string
- func (x *Metadata) GetSysMetadata() map[string]*KeyValueGroup
- func (x *Metadata) GetUserMetadata() map[string]*KeyValueGroup
- func (*Metadata) ProtoMessage()
- func (x *Metadata) ProtoReflect() protoreflect.Message
- func (x *Metadata) Reset()
- func (x *Metadata) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pkg_apis_proto_metadata_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type KeyValueGroup ¶
type KeyValueGroup struct {
KeyValue map[string][]byte `` /* 159-byte string literal not displayed */
// contains filtered or unexported fields
}
KeyValueGroup is a group of key-value pairs for a given group.
func (*KeyValueGroup) Descriptor
deprecated
func (*KeyValueGroup) Descriptor() ([]byte, []int)
Deprecated: Use KeyValueGroup.ProtoReflect.Descriptor instead.
func (*KeyValueGroup) GetKeyValue ¶
func (x *KeyValueGroup) GetKeyValue() map[string][]byte
func (*KeyValueGroup) ProtoMessage ¶
func (*KeyValueGroup) ProtoMessage()
func (*KeyValueGroup) ProtoReflect ¶
func (x *KeyValueGroup) ProtoReflect() protoreflect.Message
func (*KeyValueGroup) Reset ¶
func (x *KeyValueGroup) Reset()
func (*KeyValueGroup) String ¶
func (x *KeyValueGroup) String() string
type Metadata ¶
type Metadata struct {
// PreviousVertex is the name of the previous vertex
PreviousVertex string `protobuf:"bytes,1,opt,name=previous_vertex,json=previousVertex,proto3" json:"previous_vertex,omitempty"`
// SystemMetadata is the system metadata of the message
// Key of the map is the group name
SysMetadata map[string]*KeyValueGroup `` /* 168-byte string literal not displayed */
// UserMetadata is the user metadata of the message
// Key of the map is the group name
UserMetadata map[string]*KeyValueGroup `` /* 171-byte string literal not displayed */
// contains filtered or unexported fields
}
Metadata is the metadata of the message
func (*Metadata) Descriptor
deprecated
func (*Metadata) GetPreviousVertex ¶
func (*Metadata) GetSysMetadata ¶
func (x *Metadata) GetSysMetadata() map[string]*KeyValueGroup
func (*Metadata) GetUserMetadata ¶
func (x *Metadata) GetUserMetadata() map[string]*KeyValueGroup
func (*Metadata) ProtoMessage ¶
func (*Metadata) ProtoMessage()
func (*Metadata) ProtoReflect ¶
func (x *Metadata) ProtoReflect() protoreflect.Message
Directories
¶
| Path | Synopsis |
|---|---|
|
Package daemon is a reverse proxy.
|
Package daemon is a reverse proxy. |
|
Package mvtxdaemon is a reverse proxy.
|
Package mvtxdaemon is a reverse proxy. |
Click to show internal directories.
Click to hide internal directories.