Documentation
¶
Index ¶
- type Edge
- func (*Edge) Descriptor() ([]byte, []int)
- func (m *Edge) GetGenericKind() string
- func (m *Edge) GetKind() isEdge_Kind
- func (m *Edge) GetKytheKind() schema_go_proto.EdgeKind
- func (m *Edge) GetOrdinal() int32
- func (m *Edge) GetSource() *storage_go_proto.VName
- func (m *Edge) GetTarget() *storage_go_proto.VName
- func (*Edge) ProtoMessage()
- func (m *Edge) Reset()
- func (m *Edge) String() string
- func (m *Edge) XXX_DiscardUnknown()
- func (m *Edge) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Edge) XXX_Merge(src proto.Message)
- func (*Edge) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...)
- func (m *Edge) XXX_Size() int
- func (m *Edge) XXX_Unmarshal(b []byte) error
- type Edge_GenericKind
- type Edge_KytheKind
- type Fact
- func (*Fact) Descriptor() ([]byte, []int)
- func (m *Fact) GetGenericName() string
- func (m *Fact) GetKytheName() schema_go_proto.FactName
- func (m *Fact) GetName() isFact_Name
- func (m *Fact) GetSource() *storage_go_proto.VName
- func (m *Fact) GetValue() []byte
- func (*Fact) ProtoMessage()
- func (m *Fact) Reset()
- func (m *Fact) String() string
- func (m *Fact) XXX_DiscardUnknown()
- func (m *Fact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Fact) XXX_Merge(src proto.Message)
- func (*Fact) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...)
- func (m *Fact) XXX_Size() int
- func (m *Fact) XXX_Unmarshal(b []byte) error
- type Fact_GenericName
- type Fact_KytheName
- type Node
- func (*Node) Descriptor() ([]byte, []int)
- func (m *Node) GetEdge() []*Edge
- func (m *Node) GetFact() []*Fact
- func (m *Node) GetGenericKind() string
- func (m *Node) GetGenericSubkind() string
- func (m *Node) GetKind() isNode_Kind
- func (m *Node) GetKytheKind() schema_go_proto.NodeKind
- func (m *Node) GetKytheSubkind() schema_go_proto.Subkind
- func (m *Node) GetSource() *storage_go_proto.VName
- func (m *Node) GetSubkind() isNode_Subkind
- func (*Node) ProtoMessage()
- func (m *Node) Reset()
- func (m *Node) String() string
- func (m *Node) XXX_DiscardUnknown()
- func (m *Node) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Node) XXX_Merge(src proto.Message)
- func (*Node) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...)
- func (m *Node) XXX_Size() int
- func (m *Node) XXX_Unmarshal(b []byte) error
- type Node_GenericKind
- type Node_GenericSubkind
- type Node_KytheKind
- type Node_KytheSubkind
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Edge ¶
type Edge struct { Source *storage_go_proto.VName `protobuf:"bytes,1,opt,name=source" json:"source,omitempty"` Target *storage_go_proto.VName `protobuf:"bytes,2,opt,name=target" json:"target,omitempty"` // Types that are valid to be assigned to Kind: // *Edge_KytheKind // *Edge_GenericKind Kind isEdge_Kind `protobuf_oneof:"kind"` Ordinal int32 `protobuf:"varint,5,opt,name=ordinal" json:"ordinal,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Edge) Descriptor ¶
func (*Edge) GetGenericKind ¶
func (*Edge) GetKytheKind ¶
func (m *Edge) GetKytheKind() schema_go_proto.EdgeKind
func (*Edge) GetOrdinal ¶
func (*Edge) GetSource ¶
func (m *Edge) GetSource() *storage_go_proto.VName
func (*Edge) GetTarget ¶
func (m *Edge) GetTarget() *storage_go_proto.VName
func (*Edge) ProtoMessage ¶
func (*Edge) ProtoMessage()
func (*Edge) XXX_DiscardUnknown ¶
func (m *Edge) XXX_DiscardUnknown()
func (*Edge) XXX_OneofFuncs ¶
func (*Edge) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})
XXX_OneofFuncs is for the internal use of the proto package.
func (*Edge) XXX_Unmarshal ¶
type Edge_GenericKind ¶
type Edge_GenericKind struct {
GenericKind string `protobuf:"bytes,4,opt,name=generic_kind,json=genericKind,oneof"`
}
type Edge_KytheKind ¶
type Edge_KytheKind struct {
KytheKind schema_go_proto.EdgeKind `protobuf:"varint,3,opt,name=kythe_kind,json=kytheKind,enum=kythe.proto.schema.EdgeKind,oneof"`
}
type Fact ¶
type Fact struct { Source *storage_go_proto.VName `protobuf:"bytes,1,opt,name=source" json:"source,omitempty"` // Types that are valid to be assigned to Name: // *Fact_KytheName // *Fact_GenericName Name isFact_Name `protobuf_oneof:"name"` Value []byte `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Fact) Descriptor ¶
func (*Fact) GetGenericName ¶
func (*Fact) GetKytheName ¶
func (m *Fact) GetKytheName() schema_go_proto.FactName
func (*Fact) GetSource ¶
func (m *Fact) GetSource() *storage_go_proto.VName
func (*Fact) ProtoMessage ¶
func (*Fact) ProtoMessage()
func (*Fact) XXX_DiscardUnknown ¶
func (m *Fact) XXX_DiscardUnknown()
func (*Fact) XXX_OneofFuncs ¶
func (*Fact) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})
XXX_OneofFuncs is for the internal use of the proto package.
func (*Fact) XXX_Unmarshal ¶
type Fact_GenericName ¶
type Fact_GenericName struct {
GenericName string `protobuf:"bytes,3,opt,name=generic_name,json=genericName,oneof"`
}
type Fact_KytheName ¶
type Fact_KytheName struct {
KytheName schema_go_proto.FactName `protobuf:"varint,2,opt,name=kythe_name,json=kytheName,enum=kythe.proto.schema.FactName,oneof"`
}
type Node ¶
type Node struct { Source *storage_go_proto.VName `protobuf:"bytes,1,opt,name=source" json:"source,omitempty"` Fact []*Fact `protobuf:"bytes,2,rep,name=fact" json:"fact,omitempty"` Edge []*Edge `protobuf:"bytes,3,rep,name=edge" json:"edge,omitempty"` // Types that are valid to be assigned to Kind: // *Node_KytheKind // *Node_GenericKind Kind isNode_Kind `protobuf_oneof:"kind"` // Types that are valid to be assigned to Subkind: // *Node_KytheSubkind // *Node_GenericSubkind Subkind isNode_Subkind `protobuf_oneof:"subkind"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Node) Descriptor ¶
func (*Node) GetGenericKind ¶
func (*Node) GetGenericSubkind ¶
func (*Node) GetKytheKind ¶
func (m *Node) GetKytheKind() schema_go_proto.NodeKind
func (*Node) GetKytheSubkind ¶
func (m *Node) GetKytheSubkind() schema_go_proto.Subkind
func (*Node) GetSource ¶
func (m *Node) GetSource() *storage_go_proto.VName
func (*Node) GetSubkind ¶
func (m *Node) GetSubkind() isNode_Subkind
func (*Node) ProtoMessage ¶
func (*Node) ProtoMessage()
func (*Node) XXX_DiscardUnknown ¶
func (m *Node) XXX_DiscardUnknown()
func (*Node) XXX_OneofFuncs ¶
func (*Node) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})
XXX_OneofFuncs is for the internal use of the proto package.
func (*Node) XXX_Unmarshal ¶
type Node_GenericKind ¶
type Node_GenericKind struct {
GenericKind string `protobuf:"bytes,5,opt,name=generic_kind,json=genericKind,oneof"`
}
type Node_GenericSubkind ¶
type Node_GenericSubkind struct {
GenericSubkind string `protobuf:"bytes,7,opt,name=generic_subkind,json=genericSubkind,oneof"`
}
type Node_KytheKind ¶
type Node_KytheKind struct {
KytheKind schema_go_proto.NodeKind `protobuf:"varint,4,opt,name=kythe_kind,json=kytheKind,enum=kythe.proto.schema.NodeKind,oneof"`
}
type Node_KytheSubkind ¶
type Node_KytheSubkind struct {
KytheSubkind schema_go_proto.Subkind `protobuf:"varint,6,opt,name=kythe_subkind,json=kytheSubkind,enum=kythe.proto.schema.Subkind,oneof"`
}
Click to show internal directories.
Click to hide internal directories.