link_go_proto

package
v0.0.29 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2018 License: Apache-2.0, NCSA Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var LinkRequest_DefinitionKind_name = map[int32]string{
	0: "BINDING",
	1: "FULL",
	2: "ANY",
}
View Source
var LinkRequest_DefinitionKind_value = map[string]int32{
	"BINDING": 0,
	"FULL":    1,
	"ANY":     2,
}

Functions

This section is empty.

Types

type Link struct {
	FileTicket           string                `protobuf:"bytes,1,opt,name=file_ticket,json=fileTicket,proto3" json:"file_ticket,omitempty"`
	Span                 *common_go_proto.Span `protobuf:"bytes,2,opt,name=span,proto3" json:"span,omitempty"`
	Nodes                []*Link_Node          `protobuf:"bytes,3,rep,name=nodes,proto3" json:"nodes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*Link) Descriptor

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

func (*Link) GetFileTicket

func (m *Link) GetFileTicket() string

func (*Link) GetNodes

func (m *Link) GetNodes() []*Link_Node

func (*Link) GetSpan

func (m *Link) GetSpan() *common_go_proto.Span

func (*Link) ProtoMessage

func (*Link) ProtoMessage()

func (*Link) Reset

func (m *Link) Reset()

func (*Link) String

func (m *Link) String() string

func (*Link) XXX_DiscardUnknown

func (m *Link) XXX_DiscardUnknown()

func (*Link) XXX_Marshal

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

func (*Link) XXX_Merge

func (dst *Link) XXX_Merge(src proto.Message)

func (*Link) XXX_Size

func (m *Link) XXX_Size() int

func (*Link) XXX_Unmarshal

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

type LinkReply

type LinkReply struct {
	Links                []*Link  `protobuf:"bytes,1,rep,name=links,proto3" json:"links,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LinkReply) Descriptor

func (*LinkReply) Descriptor() ([]byte, []int)
func (m *LinkReply) GetLinks() []*Link

func (*LinkReply) ProtoMessage

func (*LinkReply) ProtoMessage()

func (*LinkReply) Reset

func (m *LinkReply) Reset()

func (*LinkReply) String

func (m *LinkReply) String() string

func (*LinkReply) XXX_DiscardUnknown

func (m *LinkReply) XXX_DiscardUnknown()

func (*LinkReply) XXX_Marshal

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

func (*LinkReply) XXX_Merge

func (dst *LinkReply) XXX_Merge(src proto.Message)

func (*LinkReply) XXX_Size

func (m *LinkReply) XXX_Size() int

func (*LinkReply) XXX_Unmarshal

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

type LinkRequest

type LinkRequest struct {
	Identifier           string                     `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
	Corpus               []string                   `protobuf:"bytes,2,rep,name=corpus,proto3" json:"corpus,omitempty"`
	Language             []string                   `protobuf:"bytes,3,rep,name=language,proto3" json:"language,omitempty"`
	NodeKind             []string                   `protobuf:"bytes,4,rep,name=node_kind,json=nodeKind,proto3" json:"node_kind,omitempty"`
	Include              []*LinkRequest_Location    `protobuf:"bytes,5,rep,name=include,proto3" json:"include,omitempty"`
	Exclude              []*LinkRequest_Location    `protobuf:"bytes,6,rep,name=exclude,proto3" json:"exclude,omitempty"`
	Params               *LinkRequest_Params        `protobuf:"bytes,7,opt,name=params,proto3" json:"params,omitempty"`
	DefinitionKind       LinkRequest_DefinitionKind `` /* 148-byte string literal not displayed */
	IncludeNodes         bool                       `protobuf:"varint,9,opt,name=include_nodes,json=includeNodes,proto3" json:"include_nodes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*LinkRequest) Descriptor

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

func (*LinkRequest) GetCorpus

func (m *LinkRequest) GetCorpus() []string

func (*LinkRequest) GetDefinitionKind

func (m *LinkRequest) GetDefinitionKind() LinkRequest_DefinitionKind

func (*LinkRequest) GetExclude

func (m *LinkRequest) GetExclude() []*LinkRequest_Location

func (*LinkRequest) GetIdentifier

func (m *LinkRequest) GetIdentifier() string

func (*LinkRequest) GetInclude

func (m *LinkRequest) GetInclude() []*LinkRequest_Location

func (*LinkRequest) GetIncludeNodes

func (m *LinkRequest) GetIncludeNodes() bool

func (*LinkRequest) GetLanguage

func (m *LinkRequest) GetLanguage() []string

func (*LinkRequest) GetNodeKind

func (m *LinkRequest) GetNodeKind() []string

func (*LinkRequest) GetParams

func (m *LinkRequest) GetParams() *LinkRequest_Params

func (*LinkRequest) ProtoMessage

func (*LinkRequest) ProtoMessage()

func (*LinkRequest) Reset

func (m *LinkRequest) Reset()

func (*LinkRequest) String

func (m *LinkRequest) String() string

func (*LinkRequest) XXX_DiscardUnknown

func (m *LinkRequest) XXX_DiscardUnknown()

func (*LinkRequest) XXX_Marshal

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

func (*LinkRequest) XXX_Merge

func (dst *LinkRequest) XXX_Merge(src proto.Message)

func (*LinkRequest) XXX_Size

func (m *LinkRequest) XXX_Size() int

func (*LinkRequest) XXX_Unmarshal

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

type LinkRequest_DefinitionKind

type LinkRequest_DefinitionKind int32
const (
	LinkRequest_BINDING LinkRequest_DefinitionKind = 0
	LinkRequest_FULL    LinkRequest_DefinitionKind = 1
	LinkRequest_ANY     LinkRequest_DefinitionKind = 2
)

func (LinkRequest_DefinitionKind) EnumDescriptor

func (LinkRequest_DefinitionKind) EnumDescriptor() ([]byte, []int)

func (LinkRequest_DefinitionKind) String

type LinkRequest_Location

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

func (*LinkRequest_Location) Descriptor

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

func (*LinkRequest_Location) GetCorpus

func (m *LinkRequest_Location) GetCorpus() string

func (*LinkRequest_Location) GetPath

func (m *LinkRequest_Location) GetPath() string

func (*LinkRequest_Location) GetRoot

func (m *LinkRequest_Location) GetRoot() string

func (*LinkRequest_Location) ProtoMessage

func (*LinkRequest_Location) ProtoMessage()

func (*LinkRequest_Location) Reset

func (m *LinkRequest_Location) Reset()

func (*LinkRequest_Location) String

func (m *LinkRequest_Location) String() string

func (*LinkRequest_Location) XXX_DiscardUnknown

func (m *LinkRequest_Location) XXX_DiscardUnknown()

func (*LinkRequest_Location) XXX_Marshal

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

func (*LinkRequest_Location) XXX_Merge

func (dst *LinkRequest_Location) XXX_Merge(src proto.Message)

func (*LinkRequest_Location) XXX_Size

func (m *LinkRequest_Location) XXX_Size() int

func (*LinkRequest_Location) XXX_Unmarshal

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

type LinkRequest_Params

type LinkRequest_Params struct {
	Count                int32    `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LinkRequest_Params) Descriptor

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

func (*LinkRequest_Params) GetCount

func (m *LinkRequest_Params) GetCount() int32

func (*LinkRequest_Params) ProtoMessage

func (*LinkRequest_Params) ProtoMessage()

func (*LinkRequest_Params) Reset

func (m *LinkRequest_Params) Reset()

func (*LinkRequest_Params) String

func (m *LinkRequest_Params) String() string

func (*LinkRequest_Params) XXX_DiscardUnknown

func (m *LinkRequest_Params) XXX_DiscardUnknown()

func (*LinkRequest_Params) XXX_Marshal

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

func (*LinkRequest_Params) XXX_Merge

func (dst *LinkRequest_Params) XXX_Merge(src proto.Message)

func (*LinkRequest_Params) XXX_Size

func (m *LinkRequest_Params) XXX_Size() int

func (*LinkRequest_Params) XXX_Unmarshal

func (m *LinkRequest_Params) XXX_Unmarshal(b []byte) error
type Link_Node struct {
	Ticket               string   `protobuf:"bytes,1,opt,name=ticket,proto3" json:"ticket,omitempty"`
	BaseName             string   `protobuf:"bytes,2,opt,name=base_name,json=baseName,proto3" json:"base_name,omitempty"`
	Identifier           string   `protobuf:"bytes,3,opt,name=identifier,proto3" json:"identifier,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}
func (*Link_Node) Descriptor() ([]byte, []int)
func (m *Link_Node) GetBaseName() string
func (m *Link_Node) GetIdentifier() string
func (m *Link_Node) GetTicket() string
func (*Link_Node) ProtoMessage()
func (m *Link_Node) Reset()
func (m *Link_Node) String() string
func (m *Link_Node) XXX_DiscardUnknown()
func (m *Link_Node) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (dst *Link_Node) XXX_Merge(src proto.Message)
func (m *Link_Node) XXX_Size() int
func (m *Link_Node) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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