modulev1

package
v0.6.3 Latest Latest
Warning

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

Go to latest
Published: May 30, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_autokitteh_module_v1_module_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Example

type Example struct {
	Code        string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	Explanation string `protobuf:"bytes,2,opt,name=explanation,proto3" json:"explanation,omitempty"` // Optional.
	// contains filtered or unexported fields
}

func (*Example) Descriptor deprecated

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

Deprecated: Use Example.ProtoReflect.Descriptor instead.

func (*Example) GetCode

func (x *Example) GetCode() string

func (*Example) GetExplanation

func (x *Example) GetExplanation() string

func (*Example) ProtoMessage

func (*Example) ProtoMessage()

func (*Example) ProtoReflect

func (x *Example) ProtoReflect() protoreflect.Message

func (*Example) Reset

func (x *Example) Reset()

func (*Example) String

func (x *Example) String() string

type Function

type Function struct {
	Description       string           `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	DocumentationUrl  string           `protobuf:"bytes,2,opt,name=documentation_url,json=documentationUrl,proto3" json:"documentation_url,omitempty"`
	Input             []*FunctionField `protobuf:"bytes,3,rep,name=input,proto3" json:"input,omitempty"`
	Output            []*FunctionField `protobuf:"bytes,4,rep,name=output,proto3" json:"output,omitempty"`
	Examples          []*Example       `protobuf:"bytes,5,rep,name=examples,proto3" json:"examples,omitempty"`
	DeprecatedMessage string           `protobuf:"bytes,6,opt,name=deprecated_message,json=deprecatedMessage,proto3" json:"deprecated_message,omitempty"`
	// contains filtered or unexported fields
}

func (*Function) Descriptor deprecated

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

Deprecated: Use Function.ProtoReflect.Descriptor instead.

func (*Function) GetDeprecatedMessage

func (x *Function) GetDeprecatedMessage() string

func (*Function) GetDescription

func (x *Function) GetDescription() string

func (*Function) GetDocumentationUrl

func (x *Function) GetDocumentationUrl() string

func (*Function) GetExamples

func (x *Function) GetExamples() []*Example

func (*Function) GetInput

func (x *Function) GetInput() []*FunctionField

func (*Function) GetOutput

func (x *Function) GetOutput() []*FunctionField

func (*Function) ProtoMessage

func (*Function) ProtoMessage()

func (*Function) ProtoReflect

func (x *Function) ProtoReflect() protoreflect.Message

func (*Function) Reset

func (x *Function) Reset()

func (*Function) String

func (x *Function) String() string

type FunctionField

type FunctionField struct {
	Name         string     `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description  string     `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Type         string     `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` // Flexible informative annotation, not parsed.
	Optional     bool       `protobuf:"varint,4,opt,name=optional,proto3" json:"optional,omitempty"`
	DefaultValue string     `protobuf:"bytes,5,opt,name=default_value,json=defaultValue,proto3" json:"default_value,omitempty"`
	Kwarg        bool       `protobuf:"varint,6,opt,name=kwarg,proto3" json:"kwarg,omitempty"`
	Examples     []*Example `protobuf:"bytes,7,rep,name=examples,proto3" json:"examples,omitempty"`
	// contains filtered or unexported fields
}

func (*FunctionField) Descriptor deprecated

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

Deprecated: Use FunctionField.ProtoReflect.Descriptor instead.

func (*FunctionField) GetDefaultValue

func (x *FunctionField) GetDefaultValue() string

func (*FunctionField) GetDescription

func (x *FunctionField) GetDescription() string

func (*FunctionField) GetExamples

func (x *FunctionField) GetExamples() []*Example

func (*FunctionField) GetKwarg

func (x *FunctionField) GetKwarg() bool

func (*FunctionField) GetName

func (x *FunctionField) GetName() string

func (*FunctionField) GetOptional

func (x *FunctionField) GetOptional() bool

func (*FunctionField) GetType

func (x *FunctionField) GetType() string

func (*FunctionField) ProtoMessage

func (*FunctionField) ProtoMessage()

func (*FunctionField) ProtoReflect

func (x *FunctionField) ProtoReflect() protoreflect.Message

func (*FunctionField) Reset

func (x *FunctionField) Reset()

func (*FunctionField) String

func (x *FunctionField) String() string

type Module

type Module struct {
	Functions map[string]*Function `` /* 159-byte string literal not displayed */
	Variables map[string]*Variable `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Module) Descriptor deprecated

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

Deprecated: Use Module.ProtoReflect.Descriptor instead.

func (*Module) GetFunctions

func (x *Module) GetFunctions() map[string]*Function

func (*Module) GetVariables

func (x *Module) GetVariables() map[string]*Variable

func (*Module) ProtoMessage

func (*Module) ProtoMessage()

func (*Module) ProtoReflect

func (x *Module) ProtoReflect() protoreflect.Message

func (*Module) Reset

func (x *Module) Reset()

func (*Module) String

func (x *Module) String() string

type Variable

type Variable struct {
	Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*Variable) Descriptor deprecated

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

Deprecated: Use Variable.ProtoReflect.Descriptor instead.

func (*Variable) GetDescription

func (x *Variable) GetDescription() string

func (*Variable) ProtoMessage

func (*Variable) ProtoMessage()

func (*Variable) ProtoReflect

func (x *Variable) ProtoReflect() protoreflect.Message

func (*Variable) Reset

func (x *Variable) Reset()

func (*Variable) String

func (x *Variable) String() string

Jump to

Keyboard shortcuts

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