Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_capabilities_internal_basicaction_v1_basic_action_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BasicAction ¶
type BasicAction struct {
}
BasicActionCapability This action server for testing purposes only.
func (*BasicAction) PerformAction ¶
<no value>Capability This comment tests the generator's ability to handle leading comments on methods.
type Inputs ¶
type Inputs struct {
InputThing bool `protobuf:"varint,1,opt,name=input_thing,json=inputThing,proto3" json:"input_thing,omitempty"`
// contains filtered or unexported fields
}
func (*Inputs) Descriptor
deprecated
func (*Inputs) GetInputThing ¶
func (*Inputs) ProtoMessage ¶
func (*Inputs) ProtoMessage()
func (*Inputs) ProtoReflect ¶
func (x *Inputs) ProtoReflect() protoreflect.Message
type Outputs ¶
type Outputs struct {
AdaptedThing string `protobuf:"bytes,1,opt,name=adapted_thing,json=adaptedThing,proto3" json:"adapted_thing,omitempty"`
// contains filtered or unexported fields
}
func (*Outputs) Descriptor
deprecated
func (*Outputs) GetAdaptedThing ¶
func (*Outputs) ProtoMessage ¶
func (*Outputs) ProtoMessage()
func (*Outputs) ProtoReflect ¶
func (x *Outputs) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.