Documentation ¶
Index ¶
- Variables
- type Example
- type Function
- func (*Function) Descriptor() ([]byte, []int)deprecated
- func (x *Function) GetDeprecatedMessage() string
- func (x *Function) GetDescription() string
- func (x *Function) GetDocumentationUrl() string
- func (x *Function) GetExamples() []*Example
- func (x *Function) GetInput() []*FunctionField
- func (x *Function) GetOutput() []*FunctionField
- func (*Function) ProtoMessage()
- func (x *Function) ProtoReflect() protoreflect.Message
- func (x *Function) Reset()
- func (x *Function) String() string
- type FunctionField
- func (*FunctionField) Descriptor() ([]byte, []int)deprecated
- func (x *FunctionField) GetDefaultValue() string
- func (x *FunctionField) GetDescription() string
- func (x *FunctionField) GetExamples() []*Example
- func (x *FunctionField) GetKwarg() bool
- func (x *FunctionField) GetName() string
- func (x *FunctionField) GetOptional() bool
- func (x *FunctionField) GetType() string
- func (*FunctionField) ProtoMessage()
- func (x *FunctionField) ProtoReflect() protoreflect.Message
- func (x *FunctionField) Reset()
- func (x *FunctionField) String() string
- type Module
- func (*Module) Descriptor() ([]byte, []int)deprecated
- func (x *Module) GetFunctions() map[string]*Function
- func (x *Module) GetVariables() map[string]*Variable
- func (*Module) ProtoMessage()
- func (x *Module) ProtoReflect() protoreflect.Message
- func (x *Module) Reset()
- func (x *Module) String() string
- type Variable
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) GetExplanation ¶
func (*Example) ProtoMessage ¶
func (*Example) ProtoMessage()
func (*Example) ProtoReflect ¶
func (x *Example) ProtoReflect() protoreflect.Message
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) GetDeprecatedMessage ¶
func (*Function) GetDescription ¶
func (*Function) GetDocumentationUrl ¶
func (*Function) GetExamples ¶
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
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) GetFunctions ¶
func (*Module) GetVariables ¶
func (*Module) ProtoMessage ¶
func (*Module) ProtoMessage()
func (*Module) ProtoReflect ¶
func (x *Module) ProtoReflect() protoreflect.Message
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) GetDescription ¶
func (*Variable) ProtoMessage ¶
func (*Variable) ProtoMessage()
func (*Variable) ProtoReflect ¶
func (x *Variable) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.