rclone/vendor/storj.io/drpc/drpcmetadata/invoke
2020-05-12 15:56:50 +00:00
..
doc.go Tardigrade Backend: Dependencies 2020-05-12 15:56:50 +00:00
metadata.pb.go Tardigrade Backend: Dependencies 2020-05-12 15:56:50 +00:00
metadata.proto Tardigrade Backend: Dependencies 2020-05-12 15:56:50 +00:00
README.md Tardigrade Backend: Dependencies 2020-05-12 15:56:50 +00:00

package invoke

import "storj.io/drpc/drpcmetadata/invoke"

Package invoke defines the proto messages exposed by drpc for sending metadata across the wire.

Usage

type InvokeMetadata

type InvokeMetadata struct {
	Data                 map[string]string `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*InvokeMetadata) Descriptor

func (*InvokeMetadata) Descriptor() ([]byte, []int)

func (*InvokeMetadata) GetData

func (m *InvokeMetadata) GetData() map[string]string

func (*InvokeMetadata) ProtoMessage

func (*InvokeMetadata) ProtoMessage()

func (*InvokeMetadata) Reset

func (m *InvokeMetadata) Reset()

func (*InvokeMetadata) String

func (m *InvokeMetadata) String() string

func (*InvokeMetadata) XXX_DiscardUnknown

func (m *InvokeMetadata) XXX_DiscardUnknown()

func (*InvokeMetadata) XXX_Marshal

func (m *InvokeMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InvokeMetadata) XXX_Merge

func (m *InvokeMetadata) XXX_Merge(src proto.Message)

func (*InvokeMetadata) XXX_Size

func (m *InvokeMetadata) XXX_Size() int

func (*InvokeMetadata) XXX_Unmarshal

func (m *InvokeMetadata) XXX_Unmarshal(b []byte) error