docspb

package
v0.0.0-...-06e8911 Latest Latest
Warning

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

Go to latest
Published: Jan 1, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthDocs        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowDocs          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupDocs = fmt.Errorf("proto: unexpected end of group")
)

Functions

This section is empty.

Types

type CompileFnDoc

type CompileFnDoc struct {
	Body    *DocBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	FuncDoc *FuncDoc `protobuf:"bytes,2,opt,name=func_doc,json=funcDoc,proto3" json:"func_doc,omitempty"`
}

func (*CompileFnDoc) Descriptor

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

func (*CompileFnDoc) Equal

func (this *CompileFnDoc) Equal(that interface{}) bool

func (*CompileFnDoc) GetBody

func (m *CompileFnDoc) GetBody() *DocBody

func (*CompileFnDoc) GetFuncDoc

func (m *CompileFnDoc) GetFuncDoc() *FuncDoc

func (*CompileFnDoc) GoString

func (this *CompileFnDoc) GoString() string

func (*CompileFnDoc) Marshal

func (m *CompileFnDoc) Marshal() (dAtA []byte, err error)

func (*CompileFnDoc) MarshalTo

func (m *CompileFnDoc) MarshalTo(dAtA []byte) (int, error)

func (*CompileFnDoc) MarshalToSizedBuffer

func (m *CompileFnDoc) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CompileFnDoc) ProtoMessage

func (*CompileFnDoc) ProtoMessage()

func (*CompileFnDoc) Reset

func (m *CompileFnDoc) Reset()

func (*CompileFnDoc) Size

func (m *CompileFnDoc) Size() (n int)

func (*CompileFnDoc) String

func (this *CompileFnDoc) String() string

func (*CompileFnDoc) Unmarshal

func (m *CompileFnDoc) Unmarshal(dAtA []byte) error

func (*CompileFnDoc) XXX_DiscardUnknown

func (m *CompileFnDoc) XXX_DiscardUnknown()

func (*CompileFnDoc) XXX_Marshal

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

func (*CompileFnDoc) XXX_Merge

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

func (*CompileFnDoc) XXX_Size

func (m *CompileFnDoc) XXX_Size() int

func (*CompileFnDoc) XXX_Unmarshal

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

type DataFrameOpDoc

type DataFrameOpDoc struct {
	Body    *DocBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	FuncDoc *FuncDoc `protobuf:"bytes,2,opt,name=func_doc,json=funcDoc,proto3" json:"func_doc,omitempty"`
}

func (*DataFrameOpDoc) Descriptor

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

func (*DataFrameOpDoc) Equal

func (this *DataFrameOpDoc) Equal(that interface{}) bool

func (*DataFrameOpDoc) GetBody

func (m *DataFrameOpDoc) GetBody() *DocBody

func (*DataFrameOpDoc) GetFuncDoc

func (m *DataFrameOpDoc) GetFuncDoc() *FuncDoc

func (*DataFrameOpDoc) GoString

func (this *DataFrameOpDoc) GoString() string

func (*DataFrameOpDoc) Marshal

func (m *DataFrameOpDoc) Marshal() (dAtA []byte, err error)

func (*DataFrameOpDoc) MarshalTo

func (m *DataFrameOpDoc) MarshalTo(dAtA []byte) (int, error)

func (*DataFrameOpDoc) MarshalToSizedBuffer

func (m *DataFrameOpDoc) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DataFrameOpDoc) ProtoMessage

func (*DataFrameOpDoc) ProtoMessage()

func (*DataFrameOpDoc) Reset

func (m *DataFrameOpDoc) Reset()

func (*DataFrameOpDoc) Size

func (m *DataFrameOpDoc) Size() (n int)

func (*DataFrameOpDoc) String

func (this *DataFrameOpDoc) String() string

func (*DataFrameOpDoc) Unmarshal

func (m *DataFrameOpDoc) Unmarshal(dAtA []byte) error

func (*DataFrameOpDoc) XXX_DiscardUnknown

func (m *DataFrameOpDoc) XXX_DiscardUnknown()

func (*DataFrameOpDoc) XXX_Marshal

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

func (*DataFrameOpDoc) XXX_Merge

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

func (*DataFrameOpDoc) XXX_Size

func (m *DataFrameOpDoc) XXX_Size() int

func (*DataFrameOpDoc) XXX_Unmarshal

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

type DocBody

type DocBody struct {
	Name     string        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Brief    string        `protobuf:"bytes,2,opt,name=brief,proto3" json:"brief,omitempty"`
	Desc     string        `protobuf:"bytes,3,opt,name=desc,proto3" json:"desc,omitempty"`
	Examples []*ExampleDoc `protobuf:"bytes,4,rep,name=examples,proto3" json:"examples,omitempty"`
}

func (*DocBody) Descriptor

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

func (*DocBody) Equal

func (this *DocBody) Equal(that interface{}) bool

func (*DocBody) GetBrief

func (m *DocBody) GetBrief() string

func (*DocBody) GetDesc

func (m *DocBody) GetDesc() string

func (*DocBody) GetExamples

func (m *DocBody) GetExamples() []*ExampleDoc

func (*DocBody) GetName

func (m *DocBody) GetName() string

func (*DocBody) GoString

func (this *DocBody) GoString() string

func (*DocBody) Marshal

func (m *DocBody) Marshal() (dAtA []byte, err error)

func (*DocBody) MarshalTo

func (m *DocBody) MarshalTo(dAtA []byte) (int, error)

func (*DocBody) MarshalToSizedBuffer

func (m *DocBody) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DocBody) ProtoMessage

func (*DocBody) ProtoMessage()

func (*DocBody) Reset

func (m *DocBody) Reset()

func (*DocBody) Size

func (m *DocBody) Size() (n int)

func (*DocBody) String

func (this *DocBody) String() string

func (*DocBody) Unmarshal

func (m *DocBody) Unmarshal(dAtA []byte) error

func (*DocBody) XXX_DiscardUnknown

func (m *DocBody) XXX_DiscardUnknown()

func (*DocBody) XXX_Marshal

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

func (*DocBody) XXX_Merge

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

func (*DocBody) XXX_Size

func (m *DocBody) XXX_Size() int

func (*DocBody) XXX_Unmarshal

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

type DocstringNode

type DocstringNode struct {
	Name      string           `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Docstring string           `protobuf:"bytes,2,opt,name=docstring,proto3" json:"docstring,omitempty"`
	Children  []*DocstringNode `protobuf:"bytes,3,rep,name=children,proto3" json:"children,omitempty"`
}

func (*DocstringNode) Descriptor

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

func (*DocstringNode) Equal

func (this *DocstringNode) Equal(that interface{}) bool

func (*DocstringNode) GetChildren

func (m *DocstringNode) GetChildren() []*DocstringNode

func (*DocstringNode) GetDocstring

func (m *DocstringNode) GetDocstring() string

func (*DocstringNode) GetName

func (m *DocstringNode) GetName() string

func (*DocstringNode) GoString

func (this *DocstringNode) GoString() string

func (*DocstringNode) Marshal

func (m *DocstringNode) Marshal() (dAtA []byte, err error)

func (*DocstringNode) MarshalTo

func (m *DocstringNode) MarshalTo(dAtA []byte) (int, error)

func (*DocstringNode) MarshalToSizedBuffer

func (m *DocstringNode) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DocstringNode) ProtoMessage

func (*DocstringNode) ProtoMessage()

func (*DocstringNode) Reset

func (m *DocstringNode) Reset()

func (*DocstringNode) Size

func (m *DocstringNode) Size() (n int)

func (*DocstringNode) String

func (this *DocstringNode) String() string

func (*DocstringNode) Unmarshal

func (m *DocstringNode) Unmarshal(dAtA []byte) error

func (*DocstringNode) XXX_DiscardUnknown

func (m *DocstringNode) XXX_DiscardUnknown()

func (*DocstringNode) XXX_Marshal

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

func (*DocstringNode) XXX_Merge

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

func (*DocstringNode) XXX_Size

func (m *DocstringNode) XXX_Size() int

func (*DocstringNode) XXX_Unmarshal

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

type ExampleDoc

type ExampleDoc struct {
	Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
}

func (*ExampleDoc) Descriptor

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

func (*ExampleDoc) Equal

func (this *ExampleDoc) Equal(that interface{}) bool

func (*ExampleDoc) GetValue

func (m *ExampleDoc) GetValue() string

func (*ExampleDoc) GoString

func (this *ExampleDoc) GoString() string

func (*ExampleDoc) Marshal

func (m *ExampleDoc) Marshal() (dAtA []byte, err error)

func (*ExampleDoc) MarshalTo

func (m *ExampleDoc) MarshalTo(dAtA []byte) (int, error)

func (*ExampleDoc) MarshalToSizedBuffer

func (m *ExampleDoc) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ExampleDoc) ProtoMessage

func (*ExampleDoc) ProtoMessage()

func (*ExampleDoc) Reset

func (m *ExampleDoc) Reset()

func (*ExampleDoc) Size

func (m *ExampleDoc) Size() (n int)

func (*ExampleDoc) String

func (this *ExampleDoc) String() string

func (*ExampleDoc) Unmarshal

func (m *ExampleDoc) Unmarshal(dAtA []byte) error

func (*ExampleDoc) XXX_DiscardUnknown

func (m *ExampleDoc) XXX_DiscardUnknown()

func (*ExampleDoc) XXX_Marshal

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

func (*ExampleDoc) XXX_Merge

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

func (*ExampleDoc) XXX_Size

func (m *ExampleDoc) XXX_Size() int

func (*ExampleDoc) XXX_Unmarshal

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

type FuncDoc

type FuncDoc struct {
	Args         []*IdentDoc `protobuf:"bytes,1,rep,name=args,proto3" json:"args,omitempty"`
	RepeatedArgs *IdentDoc   `protobuf:"bytes,2,opt,name=repeated_args,json=repeatedArgs,proto3" json:"repeated_args,omitempty"`
	Kwargs       *IdentDoc   `protobuf:"bytes,3,opt,name=kwargs,proto3" json:"kwargs,omitempty"`
	ReturnType   *IdentDoc   `protobuf:"bytes,4,opt,name=return_type,json=returnType,proto3" json:"return_type,omitempty"`
}

func (*FuncDoc) Descriptor

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

func (*FuncDoc) Equal

func (this *FuncDoc) Equal(that interface{}) bool

func (*FuncDoc) GetArgs

func (m *FuncDoc) GetArgs() []*IdentDoc

func (*FuncDoc) GetKwargs

func (m *FuncDoc) GetKwargs() *IdentDoc

func (*FuncDoc) GetRepeatedArgs

func (m *FuncDoc) GetRepeatedArgs() *IdentDoc

func (*FuncDoc) GetReturnType

func (m *FuncDoc) GetReturnType() *IdentDoc

func (*FuncDoc) GoString

func (this *FuncDoc) GoString() string

func (*FuncDoc) Marshal

func (m *FuncDoc) Marshal() (dAtA []byte, err error)

func (*FuncDoc) MarshalTo

func (m *FuncDoc) MarshalTo(dAtA []byte) (int, error)

func (*FuncDoc) MarshalToSizedBuffer

func (m *FuncDoc) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FuncDoc) ProtoMessage

func (*FuncDoc) ProtoMessage()

func (*FuncDoc) Reset

func (m *FuncDoc) Reset()

func (*FuncDoc) Size

func (m *FuncDoc) Size() (n int)

func (*FuncDoc) String

func (this *FuncDoc) String() string

func (*FuncDoc) Unmarshal

func (m *FuncDoc) Unmarshal(dAtA []byte) error

func (*FuncDoc) XXX_DiscardUnknown

func (m *FuncDoc) XXX_DiscardUnknown()

func (*FuncDoc) XXX_Marshal

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

func (*FuncDoc) XXX_Merge

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

func (*FuncDoc) XXX_Size

func (m *FuncDoc) XXX_Size() int

func (*FuncDoc) XXX_Unmarshal

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

type IdentDoc

type IdentDoc struct {
	Ident   string   `protobuf:"bytes,1,opt,name=ident,proto3" json:"ident,omitempty"`
	Desc    string   `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"`
	Types   []string `protobuf:"bytes,3,rep,name=types,proto3" json:"types,omitempty"`
	Default string   `protobuf:"bytes,4,opt,name=default,proto3" json:"default,omitempty"`
}

func (*IdentDoc) Descriptor

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

func (*IdentDoc) Equal

func (this *IdentDoc) Equal(that interface{}) bool

func (*IdentDoc) GetDefault

func (m *IdentDoc) GetDefault() string

func (*IdentDoc) GetDesc

func (m *IdentDoc) GetDesc() string

func (*IdentDoc) GetIdent

func (m *IdentDoc) GetIdent() string

func (*IdentDoc) GetTypes

func (m *IdentDoc) GetTypes() []string

func (*IdentDoc) GoString

func (this *IdentDoc) GoString() string

func (*IdentDoc) Marshal

func (m *IdentDoc) Marshal() (dAtA []byte, err error)

func (*IdentDoc) MarshalTo

func (m *IdentDoc) MarshalTo(dAtA []byte) (int, error)

func (*IdentDoc) MarshalToSizedBuffer

func (m *IdentDoc) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IdentDoc) ProtoMessage

func (*IdentDoc) ProtoMessage()

func (*IdentDoc) Reset

func (m *IdentDoc) Reset()

func (*IdentDoc) Size

func (m *IdentDoc) Size() (n int)

func (*IdentDoc) String

func (this *IdentDoc) String() string

func (*IdentDoc) Unmarshal

func (m *IdentDoc) Unmarshal(dAtA []byte) error

func (*IdentDoc) XXX_DiscardUnknown

func (m *IdentDoc) XXX_DiscardUnknown()

func (*IdentDoc) XXX_Marshal

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

func (*IdentDoc) XXX_Merge

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

func (*IdentDoc) XXX_Size

func (m *IdentDoc) XXX_Size() int

func (*IdentDoc) XXX_Unmarshal

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

type InternalPXLDocs

type InternalPXLDocs struct {
	DocstringNodes []*DocstringNode `protobuf:"bytes,1,rep,name=docstring_nodes,json=docstringNodes,proto3" json:"docstring_nodes,omitempty"`
	UdfDocs        *udfspb.Docs     `protobuf:"bytes,2,opt,name=udf_docs,json=udfDocs,proto3" json:"udf_docs,omitempty"`
}

func (*InternalPXLDocs) Descriptor

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

func (*InternalPXLDocs) Equal

func (this *InternalPXLDocs) Equal(that interface{}) bool

func (*InternalPXLDocs) GetDocstringNodes

func (m *InternalPXLDocs) GetDocstringNodes() []*DocstringNode

func (*InternalPXLDocs) GetUdfDocs

func (m *InternalPXLDocs) GetUdfDocs() *udfspb.Docs

func (*InternalPXLDocs) GoString

func (this *InternalPXLDocs) GoString() string

func (*InternalPXLDocs) Marshal

func (m *InternalPXLDocs) Marshal() (dAtA []byte, err error)

func (*InternalPXLDocs) MarshalTo

func (m *InternalPXLDocs) MarshalTo(dAtA []byte) (int, error)

func (*InternalPXLDocs) MarshalToSizedBuffer

func (m *InternalPXLDocs) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*InternalPXLDocs) ProtoMessage

func (*InternalPXLDocs) ProtoMessage()

func (*InternalPXLDocs) Reset

func (m *InternalPXLDocs) Reset()

func (*InternalPXLDocs) Size

func (m *InternalPXLDocs) Size() (n int)

func (*InternalPXLDocs) String

func (this *InternalPXLDocs) String() string

func (*InternalPXLDocs) Unmarshal

func (m *InternalPXLDocs) Unmarshal(dAtA []byte) error

func (*InternalPXLDocs) XXX_DiscardUnknown

func (m *InternalPXLDocs) XXX_DiscardUnknown()

func (*InternalPXLDocs) XXX_Marshal

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

func (*InternalPXLDocs) XXX_Merge

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

func (*InternalPXLDocs) XXX_Size

func (m *InternalPXLDocs) XXX_Size() int

func (*InternalPXLDocs) XXX_Unmarshal

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

type MutationDoc

type MutationDoc struct {
	Body    *DocBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	FuncDoc *FuncDoc `protobuf:"bytes,2,opt,name=func_doc,json=funcDoc,proto3" json:"func_doc,omitempty"`
}

func (*MutationDoc) Descriptor

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

func (*MutationDoc) Equal

func (this *MutationDoc) Equal(that interface{}) bool

func (*MutationDoc) GetBody

func (m *MutationDoc) GetBody() *DocBody

func (*MutationDoc) GetFuncDoc

func (m *MutationDoc) GetFuncDoc() *FuncDoc

func (*MutationDoc) GoString

func (this *MutationDoc) GoString() string

func (*MutationDoc) Marshal

func (m *MutationDoc) Marshal() (dAtA []byte, err error)

func (*MutationDoc) MarshalTo

func (m *MutationDoc) MarshalTo(dAtA []byte) (int, error)

func (*MutationDoc) MarshalToSizedBuffer

func (m *MutationDoc) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MutationDoc) ProtoMessage

func (*MutationDoc) ProtoMessage()

func (*MutationDoc) Reset

func (m *MutationDoc) Reset()

func (*MutationDoc) Size

func (m *MutationDoc) Size() (n int)

func (*MutationDoc) String

func (this *MutationDoc) String() string

func (*MutationDoc) Unmarshal

func (m *MutationDoc) Unmarshal(dAtA []byte) error

func (*MutationDoc) XXX_DiscardUnknown

func (m *MutationDoc) XXX_DiscardUnknown()

func (*MutationDoc) XXX_Marshal

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

func (*MutationDoc) XXX_Merge

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

func (*MutationDoc) XXX_Size

func (m *MutationDoc) XXX_Size() int

func (*MutationDoc) XXX_Unmarshal

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

type OTelDoc

type OTelDoc struct {
	Body    *DocBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	FuncDoc *FuncDoc `protobuf:"bytes,2,opt,name=func_doc,json=funcDoc,proto3" json:"func_doc,omitempty"`
}

func (*OTelDoc) Descriptor

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

func (*OTelDoc) Equal

func (this *OTelDoc) Equal(that interface{}) bool

func (*OTelDoc) GetBody

func (m *OTelDoc) GetBody() *DocBody

func (*OTelDoc) GetFuncDoc

func (m *OTelDoc) GetFuncDoc() *FuncDoc

func (*OTelDoc) GoString

func (this *OTelDoc) GoString() string

func (*OTelDoc) Marshal

func (m *OTelDoc) Marshal() (dAtA []byte, err error)

func (*OTelDoc) MarshalTo

func (m *OTelDoc) MarshalTo(dAtA []byte) (int, error)

func (*OTelDoc) MarshalToSizedBuffer

func (m *OTelDoc) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OTelDoc) ProtoMessage

func (*OTelDoc) ProtoMessage()

func (*OTelDoc) Reset

func (m *OTelDoc) Reset()

func (*OTelDoc) Size

func (m *OTelDoc) Size() (n int)

func (*OTelDoc) String

func (this *OTelDoc) String() string

func (*OTelDoc) Unmarshal

func (m *OTelDoc) Unmarshal(dAtA []byte) error

func (*OTelDoc) XXX_DiscardUnknown

func (m *OTelDoc) XXX_DiscardUnknown()

func (*OTelDoc) XXX_Marshal

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

func (*OTelDoc) XXX_Merge

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

func (*OTelDoc) XXX_Size

func (m *OTelDoc) XXX_Size() int

func (*OTelDoc) XXX_Unmarshal

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

type StructuredDocs

type StructuredDocs struct {
	MutationDocs            []*MutationDoc            `protobuf:"bytes,1,rep,name=mutation_docs,json=mutationDocs,proto3" json:"mutation_docs,omitempty"`
	TracepointDecoratorDocs []*TracepointDecoratorDoc `` /* 132-byte string literal not displayed */
	TracepointFieldDocs     []*TracepointFieldDoc     `protobuf:"bytes,3,rep,name=tracepoint_field_docs,json=tracepointFieldDocs,proto3" json:"tracepoint_field_docs,omitempty"`
	DataframeOpDocs         []*DataFrameOpDoc         `protobuf:"bytes,5,rep,name=dataframe_op_docs,json=dataframeOpDocs,proto3" json:"dataframe_op_docs,omitempty"`
	CompileFnDocs           []*CompileFnDoc           `protobuf:"bytes,6,rep,name=compile_fn_docs,json=compileFnDocs,proto3" json:"compile_fn_docs,omitempty"`
	UdfDocs                 *udfspb.Docs              `protobuf:"bytes,4,opt,name=udf_docs,json=udfDocs,proto3" json:"udf_docs,omitempty"`
	OTelDocs                []*OTelDoc                `protobuf:"bytes,7,rep,name=otel_docs,json=otelDocs,proto3" json:"otel_docs,omitempty"`
}

func (*StructuredDocs) Descriptor

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

func (*StructuredDocs) Equal

func (this *StructuredDocs) Equal(that interface{}) bool

func (*StructuredDocs) GetCompileFnDocs

func (m *StructuredDocs) GetCompileFnDocs() []*CompileFnDoc

func (*StructuredDocs) GetDataframeOpDocs

func (m *StructuredDocs) GetDataframeOpDocs() []*DataFrameOpDoc

func (*StructuredDocs) GetMutationDocs

func (m *StructuredDocs) GetMutationDocs() []*MutationDoc

func (*StructuredDocs) GetOTelDocs

func (m *StructuredDocs) GetOTelDocs() []*OTelDoc

func (*StructuredDocs) GetTracepointDecoratorDocs

func (m *StructuredDocs) GetTracepointDecoratorDocs() []*TracepointDecoratorDoc

func (*StructuredDocs) GetTracepointFieldDocs

func (m *StructuredDocs) GetTracepointFieldDocs() []*TracepointFieldDoc

func (*StructuredDocs) GetUdfDocs

func (m *StructuredDocs) GetUdfDocs() *udfspb.Docs

func (*StructuredDocs) GoString

func (this *StructuredDocs) GoString() string

func (*StructuredDocs) Marshal

func (m *StructuredDocs) Marshal() (dAtA []byte, err error)

func (*StructuredDocs) MarshalTo

func (m *StructuredDocs) MarshalTo(dAtA []byte) (int, error)

func (*StructuredDocs) MarshalToSizedBuffer

func (m *StructuredDocs) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StructuredDocs) ProtoMessage

func (*StructuredDocs) ProtoMessage()

func (*StructuredDocs) Reset

func (m *StructuredDocs) Reset()

func (*StructuredDocs) Size

func (m *StructuredDocs) Size() (n int)

func (*StructuredDocs) String

func (this *StructuredDocs) String() string

func (*StructuredDocs) Unmarshal

func (m *StructuredDocs) Unmarshal(dAtA []byte) error

func (*StructuredDocs) XXX_DiscardUnknown

func (m *StructuredDocs) XXX_DiscardUnknown()

func (*StructuredDocs) XXX_Marshal

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

func (*StructuredDocs) XXX_Merge

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

func (*StructuredDocs) XXX_Size

func (m *StructuredDocs) XXX_Size() int

func (*StructuredDocs) XXX_Unmarshal

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

type TracepointDecoratorDoc

type TracepointDecoratorDoc struct {
	Body    *DocBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	FuncDoc *FuncDoc `protobuf:"bytes,2,opt,name=func_doc,json=funcDoc,proto3" json:"func_doc,omitempty"`
}

func (*TracepointDecoratorDoc) Descriptor

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

func (*TracepointDecoratorDoc) Equal

func (this *TracepointDecoratorDoc) Equal(that interface{}) bool

func (*TracepointDecoratorDoc) GetBody

func (m *TracepointDecoratorDoc) GetBody() *DocBody

func (*TracepointDecoratorDoc) GetFuncDoc

func (m *TracepointDecoratorDoc) GetFuncDoc() *FuncDoc

func (*TracepointDecoratorDoc) GoString

func (this *TracepointDecoratorDoc) GoString() string

func (*TracepointDecoratorDoc) Marshal

func (m *TracepointDecoratorDoc) Marshal() (dAtA []byte, err error)

func (*TracepointDecoratorDoc) MarshalTo

func (m *TracepointDecoratorDoc) MarshalTo(dAtA []byte) (int, error)

func (*TracepointDecoratorDoc) MarshalToSizedBuffer

func (m *TracepointDecoratorDoc) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TracepointDecoratorDoc) ProtoMessage

func (*TracepointDecoratorDoc) ProtoMessage()

func (*TracepointDecoratorDoc) Reset

func (m *TracepointDecoratorDoc) Reset()

func (*TracepointDecoratorDoc) Size

func (m *TracepointDecoratorDoc) Size() (n int)

func (*TracepointDecoratorDoc) String

func (this *TracepointDecoratorDoc) String() string

func (*TracepointDecoratorDoc) Unmarshal

func (m *TracepointDecoratorDoc) Unmarshal(dAtA []byte) error

func (*TracepointDecoratorDoc) XXX_DiscardUnknown

func (m *TracepointDecoratorDoc) XXX_DiscardUnknown()

func (*TracepointDecoratorDoc) XXX_Marshal

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

func (*TracepointDecoratorDoc) XXX_Merge

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

func (*TracepointDecoratorDoc) XXX_Size

func (m *TracepointDecoratorDoc) XXX_Size() int

func (*TracepointDecoratorDoc) XXX_Unmarshal

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

type TracepointFieldDoc

type TracepointFieldDoc struct {
	Body    *DocBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	FuncDoc *FuncDoc `protobuf:"bytes,2,opt,name=func_doc,json=funcDoc,proto3" json:"func_doc,omitempty"`
}

func (*TracepointFieldDoc) Descriptor

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

func (*TracepointFieldDoc) Equal

func (this *TracepointFieldDoc) Equal(that interface{}) bool

func (*TracepointFieldDoc) GetBody

func (m *TracepointFieldDoc) GetBody() *DocBody

func (*TracepointFieldDoc) GetFuncDoc

func (m *TracepointFieldDoc) GetFuncDoc() *FuncDoc

func (*TracepointFieldDoc) GoString

func (this *TracepointFieldDoc) GoString() string

func (*TracepointFieldDoc) Marshal

func (m *TracepointFieldDoc) Marshal() (dAtA []byte, err error)

func (*TracepointFieldDoc) MarshalTo

func (m *TracepointFieldDoc) MarshalTo(dAtA []byte) (int, error)

func (*TracepointFieldDoc) MarshalToSizedBuffer

func (m *TracepointFieldDoc) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TracepointFieldDoc) ProtoMessage

func (*TracepointFieldDoc) ProtoMessage()

func (*TracepointFieldDoc) Reset

func (m *TracepointFieldDoc) Reset()

func (*TracepointFieldDoc) Size

func (m *TracepointFieldDoc) Size() (n int)

func (*TracepointFieldDoc) String

func (this *TracepointFieldDoc) String() string

func (*TracepointFieldDoc) Unmarshal

func (m *TracepointFieldDoc) Unmarshal(dAtA []byte) error

func (*TracepointFieldDoc) XXX_DiscardUnknown

func (m *TracepointFieldDoc) XXX_DiscardUnknown()

func (*TracepointFieldDoc) XXX_Marshal

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

func (*TracepointFieldDoc) XXX_Merge

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

func (*TracepointFieldDoc) XXX_Size

func (m *TracepointFieldDoc) XXX_Size() int

func (*TracepointFieldDoc) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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