storage_go_proto

package
v0.0.37 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2019 License: Apache-2.0, NCSA Imports: 3 Imported by: 61

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CountReply

type CountReply struct {
	Entries              int64    `protobuf:"varint,1,opt,name=entries,proto3" json:"entries,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CountReply) Descriptor

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

func (*CountReply) GetEntries

func (m *CountReply) GetEntries() int64

func (*CountReply) ProtoMessage

func (*CountReply) ProtoMessage()

func (*CountReply) Reset

func (m *CountReply) Reset()

func (*CountReply) String

func (m *CountReply) String() string

func (*CountReply) XXX_DiscardUnknown

func (m *CountReply) XXX_DiscardUnknown()

func (*CountReply) XXX_Marshal

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

func (*CountReply) XXX_Merge

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

func (*CountReply) XXX_Size

func (m *CountReply) XXX_Size() int

func (*CountReply) XXX_Unmarshal

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

type CountRequest

type CountRequest struct {
	Index                int64    `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	Shards               int64    `protobuf:"varint,2,opt,name=shards,proto3" json:"shards,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CountRequest) Descriptor

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

func (*CountRequest) GetIndex

func (m *CountRequest) GetIndex() int64

func (*CountRequest) GetShards

func (m *CountRequest) GetShards() int64

func (*CountRequest) ProtoMessage

func (*CountRequest) ProtoMessage()

func (*CountRequest) Reset

func (m *CountRequest) Reset()

func (*CountRequest) String

func (m *CountRequest) String() string

func (*CountRequest) XXX_DiscardUnknown

func (m *CountRequest) XXX_DiscardUnknown()

func (*CountRequest) XXX_Marshal

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

func (*CountRequest) XXX_Merge

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

func (*CountRequest) XXX_Size

func (m *CountRequest) XXX_Size() int

func (*CountRequest) XXX_Unmarshal

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

type Entries

type Entries struct {
	Entries              []*Entry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Entries) Descriptor

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

func (*Entries) GetEntries

func (m *Entries) GetEntries() []*Entry

func (*Entries) ProtoMessage

func (*Entries) ProtoMessage()

func (*Entries) Reset

func (m *Entries) Reset()

func (*Entries) String

func (m *Entries) String() string

func (*Entries) XXX_DiscardUnknown

func (m *Entries) XXX_DiscardUnknown()

func (*Entries) XXX_Marshal

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

func (*Entries) XXX_Merge

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

func (*Entries) XXX_Size

func (m *Entries) XXX_Size() int

func (*Entries) XXX_Unmarshal

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

type Entry

type Entry struct {
	Source               *VName   `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
	EdgeKind             string   `protobuf:"bytes,2,opt,name=edge_kind,json=edgeKind,proto3" json:"edge_kind,omitempty"`
	Target               *VName   `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"`
	FactName             string   `protobuf:"bytes,4,opt,name=fact_name,json=factName,proto3" json:"fact_name,omitempty"`
	FactValue            []byte   `protobuf:"bytes,5,opt,name=fact_value,json=factValue,proto3" json:"fact_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Entry) Descriptor

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

func (*Entry) GetEdgeKind

func (m *Entry) GetEdgeKind() string

func (*Entry) GetFactName

func (m *Entry) GetFactName() string

func (*Entry) GetFactValue

func (m *Entry) GetFactValue() []byte

func (*Entry) GetSource

func (m *Entry) GetSource() *VName

func (*Entry) GetTarget

func (m *Entry) GetTarget() *VName

func (*Entry) ProtoMessage

func (*Entry) ProtoMessage()

func (*Entry) Reset

func (m *Entry) Reset()

func (*Entry) String

func (m *Entry) String() string

func (*Entry) XXX_DiscardUnknown

func (m *Entry) XXX_DiscardUnknown()

func (*Entry) XXX_Marshal

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

func (*Entry) XXX_Merge

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

func (*Entry) XXX_Size

func (m *Entry) XXX_Size() int

func (*Entry) XXX_Unmarshal

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

type ReadRequest

type ReadRequest struct {
	Source               *VName   `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
	EdgeKind             string   `protobuf:"bytes,2,opt,name=edge_kind,json=edgeKind,proto3" json:"edge_kind,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReadRequest) Descriptor

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

func (*ReadRequest) GetEdgeKind

func (m *ReadRequest) GetEdgeKind() string

func (*ReadRequest) GetSource

func (m *ReadRequest) GetSource() *VName

func (*ReadRequest) ProtoMessage

func (*ReadRequest) ProtoMessage()

func (*ReadRequest) Reset

func (m *ReadRequest) Reset()

func (*ReadRequest) String

func (m *ReadRequest) String() string

func (*ReadRequest) XXX_DiscardUnknown

func (m *ReadRequest) XXX_DiscardUnknown()

func (*ReadRequest) XXX_Marshal

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

func (*ReadRequest) XXX_Merge

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

func (*ReadRequest) XXX_Size

func (m *ReadRequest) XXX_Size() int

func (*ReadRequest) XXX_Unmarshal

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

type ScanRequest

type ScanRequest struct {
	Target               *VName   `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"`
	EdgeKind             string   `protobuf:"bytes,2,opt,name=edge_kind,json=edgeKind,proto3" json:"edge_kind,omitempty"`
	FactPrefix           string   `protobuf:"bytes,3,opt,name=fact_prefix,json=factPrefix,proto3" json:"fact_prefix,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ScanRequest) Descriptor

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

func (*ScanRequest) GetEdgeKind

func (m *ScanRequest) GetEdgeKind() string

func (*ScanRequest) GetFactPrefix

func (m *ScanRequest) GetFactPrefix() string

func (*ScanRequest) GetTarget

func (m *ScanRequest) GetTarget() *VName

func (*ScanRequest) ProtoMessage

func (*ScanRequest) ProtoMessage()

func (*ScanRequest) Reset

func (m *ScanRequest) Reset()

func (*ScanRequest) String

func (m *ScanRequest) String() string

func (*ScanRequest) XXX_DiscardUnknown

func (m *ScanRequest) XXX_DiscardUnknown()

func (*ScanRequest) XXX_Marshal

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

func (*ScanRequest) XXX_Merge

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

func (*ScanRequest) XXX_Size

func (m *ScanRequest) XXX_Size() int

func (*ScanRequest) XXX_Unmarshal

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

type ShardRequest

type ShardRequest struct {
	Index                int64    `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	Shards               int64    `protobuf:"varint,2,opt,name=shards,proto3" json:"shards,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ShardRequest) Descriptor

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

func (*ShardRequest) GetIndex

func (m *ShardRequest) GetIndex() int64

func (*ShardRequest) GetShards

func (m *ShardRequest) GetShards() int64

func (*ShardRequest) ProtoMessage

func (*ShardRequest) ProtoMessage()

func (*ShardRequest) Reset

func (m *ShardRequest) Reset()

func (*ShardRequest) String

func (m *ShardRequest) String() string

func (*ShardRequest) XXX_DiscardUnknown

func (m *ShardRequest) XXX_DiscardUnknown()

func (*ShardRequest) XXX_Marshal

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

func (*ShardRequest) XXX_Merge

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

func (*ShardRequest) XXX_Size

func (m *ShardRequest) XXX_Size() int

func (*ShardRequest) XXX_Unmarshal

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

type VName

type VName struct {
	Signature            string   `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"`
	Corpus               string   `protobuf:"bytes,2,opt,name=corpus,proto3" json:"corpus,omitempty"`
	Root                 string   `protobuf:"bytes,3,opt,name=root,proto3" json:"root,omitempty"`
	Path                 string   `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	Language             string   `protobuf:"bytes,5,opt,name=language,proto3" json:"language,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VName) Descriptor

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

func (*VName) GetCorpus

func (m *VName) GetCorpus() string

func (*VName) GetLanguage

func (m *VName) GetLanguage() string

func (*VName) GetPath

func (m *VName) GetPath() string

func (*VName) GetRoot

func (m *VName) GetRoot() string

func (*VName) GetSignature

func (m *VName) GetSignature() string

func (*VName) ProtoMessage

func (*VName) ProtoMessage()

func (*VName) Reset

func (m *VName) Reset()

func (*VName) String

func (m *VName) String() string

func (*VName) XXX_DiscardUnknown

func (m *VName) XXX_DiscardUnknown()

func (*VName) XXX_Marshal

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

func (*VName) XXX_Merge

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

func (*VName) XXX_Size

func (m *VName) XXX_Size() int

func (*VName) XXX_Unmarshal

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

type VNameMask

type VNameMask struct {
	Signature            bool     `protobuf:"varint,1,opt,name=signature,proto3" json:"signature,omitempty"`
	Corpus               bool     `protobuf:"varint,2,opt,name=corpus,proto3" json:"corpus,omitempty"`
	Root                 bool     `protobuf:"varint,3,opt,name=root,proto3" json:"root,omitempty"`
	Path                 bool     `protobuf:"varint,4,opt,name=path,proto3" json:"path,omitempty"`
	Language             bool     `protobuf:"varint,5,opt,name=language,proto3" json:"language,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VNameMask) Descriptor

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

func (*VNameMask) GetCorpus

func (m *VNameMask) GetCorpus() bool

func (*VNameMask) GetLanguage

func (m *VNameMask) GetLanguage() bool

func (*VNameMask) GetPath

func (m *VNameMask) GetPath() bool

func (*VNameMask) GetRoot

func (m *VNameMask) GetRoot() bool

func (*VNameMask) GetSignature

func (m *VNameMask) GetSignature() bool

func (*VNameMask) ProtoMessage

func (*VNameMask) ProtoMessage()

func (*VNameMask) Reset

func (m *VNameMask) Reset()

func (*VNameMask) String

func (m *VNameMask) String() string

func (*VNameMask) XXX_DiscardUnknown

func (m *VNameMask) XXX_DiscardUnknown()

func (*VNameMask) XXX_Marshal

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

func (*VNameMask) XXX_Merge

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

func (*VNameMask) XXX_Size

func (m *VNameMask) XXX_Size() int

func (*VNameMask) XXX_Unmarshal

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

type VNameRewriteRule added in v0.0.31

type VNameRewriteRule struct {
	Pattern              string   `protobuf:"bytes,1,opt,name=pattern,proto3" json:"pattern,omitempty"`
	VName                *VName   `protobuf:"bytes,2,opt,name=v_name,json=vname,proto3" json:"v_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VNameRewriteRule) Descriptor added in v0.0.31

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

func (*VNameRewriteRule) GetPattern added in v0.0.31

func (m *VNameRewriteRule) GetPattern() string

func (*VNameRewriteRule) GetVName added in v0.0.31

func (m *VNameRewriteRule) GetVName() *VName

func (*VNameRewriteRule) ProtoMessage added in v0.0.31

func (*VNameRewriteRule) ProtoMessage()

func (*VNameRewriteRule) Reset added in v0.0.31

func (m *VNameRewriteRule) Reset()

func (*VNameRewriteRule) String added in v0.0.31

func (m *VNameRewriteRule) String() string

func (*VNameRewriteRule) XXX_DiscardUnknown added in v0.0.31

func (m *VNameRewriteRule) XXX_DiscardUnknown()

func (*VNameRewriteRule) XXX_Marshal added in v0.0.31

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

func (*VNameRewriteRule) XXX_Merge added in v0.0.31

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

func (*VNameRewriteRule) XXX_Size added in v0.0.31

func (m *VNameRewriteRule) XXX_Size() int

func (*VNameRewriteRule) XXX_Unmarshal added in v0.0.31

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

type WriteReply

type WriteReply struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WriteReply) Descriptor

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

func (*WriteReply) ProtoMessage

func (*WriteReply) ProtoMessage()

func (*WriteReply) Reset

func (m *WriteReply) Reset()

func (*WriteReply) String

func (m *WriteReply) String() string

func (*WriteReply) XXX_DiscardUnknown

func (m *WriteReply) XXX_DiscardUnknown()

func (*WriteReply) XXX_Marshal

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

func (*WriteReply) XXX_Merge

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

func (*WriteReply) XXX_Size

func (m *WriteReply) XXX_Size() int

func (*WriteReply) XXX_Unmarshal

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

type WriteRequest

type WriteRequest struct {
	Source               *VName                 `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
	Update               []*WriteRequest_Update `protobuf:"bytes,2,rep,name=update,proto3" json:"update,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*WriteRequest) Descriptor

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

func (*WriteRequest) GetSource

func (m *WriteRequest) GetSource() *VName

func (*WriteRequest) GetUpdate

func (m *WriteRequest) GetUpdate() []*WriteRequest_Update

func (*WriteRequest) ProtoMessage

func (*WriteRequest) ProtoMessage()

func (*WriteRequest) Reset

func (m *WriteRequest) Reset()

func (*WriteRequest) String

func (m *WriteRequest) String() string

func (*WriteRequest) XXX_DiscardUnknown

func (m *WriteRequest) XXX_DiscardUnknown()

func (*WriteRequest) XXX_Marshal

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

func (*WriteRequest) XXX_Merge

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

func (*WriteRequest) XXX_Size

func (m *WriteRequest) XXX_Size() int

func (*WriteRequest) XXX_Unmarshal

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

type WriteRequest_Update

type WriteRequest_Update struct {
	EdgeKind             string   `protobuf:"bytes,1,opt,name=edge_kind,json=edgeKind,proto3" json:"edge_kind,omitempty"`
	Target               *VName   `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"`
	FactName             string   `protobuf:"bytes,3,opt,name=fact_name,json=factName,proto3" json:"fact_name,omitempty"`
	FactValue            []byte   `protobuf:"bytes,4,opt,name=fact_value,json=factValue,proto3" json:"fact_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WriteRequest_Update) Descriptor

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

func (*WriteRequest_Update) GetEdgeKind

func (m *WriteRequest_Update) GetEdgeKind() string

func (*WriteRequest_Update) GetFactName

func (m *WriteRequest_Update) GetFactName() string

func (*WriteRequest_Update) GetFactValue

func (m *WriteRequest_Update) GetFactValue() []byte

func (*WriteRequest_Update) GetTarget

func (m *WriteRequest_Update) GetTarget() *VName

func (*WriteRequest_Update) ProtoMessage

func (*WriteRequest_Update) ProtoMessage()

func (*WriteRequest_Update) Reset

func (m *WriteRequest_Update) Reset()

func (*WriteRequest_Update) String

func (m *WriteRequest_Update) String() string

func (*WriteRequest_Update) XXX_DiscardUnknown

func (m *WriteRequest_Update) XXX_DiscardUnknown()

func (*WriteRequest_Update) XXX_Marshal

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

func (*WriteRequest_Update) XXX_Merge

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

func (*WriteRequest_Update) XXX_Size

func (m *WriteRequest_Update) XXX_Size() int

func (*WriteRequest_Update) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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