plugin

package
v0.10.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const StreamInputRequest_InitialRequest_case case_StreamInputRequest_InputRequestType = 1
View Source
const StreamInputRequest_InputData_case case_StreamInputRequest_InputRequestType = 2
View Source
const StreamInputRequest_InputRequestType_not_set_case case_StreamInputRequest_InputRequestType = 0

Variables

View Source
var (
	OutputData_Channel_name = map[int32]string{
		0: "INVALID",
		1: "STDOUT",
		2: "STDERR",
	}
	OutputData_Channel_value = map[string]int32{
		"INVALID": 0,
		"STDOUT":  1,
		"STDERR":  2,
	}
)

Enum value maps for OutputData_Channel.

View Source
var File_plugin_v1alpha2_plugin_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type InitPluginResponse

type InitPluginResponse struct {
	// contains filtered or unexported fields
}

func (*InitPluginResponse) GetConfig

func (x *InitPluginResponse) GetConfig() map[string]string

func (*InitPluginResponse) ProtoMessage

func (*InitPluginResponse) ProtoMessage()

func (*InitPluginResponse) ProtoReflect

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

func (*InitPluginResponse) Reset

func (x *InitPluginResponse) Reset()

func (*InitPluginResponse) SetConfig

func (x *InitPluginResponse) SetConfig(v map[string]string)

func (*InitPluginResponse) String

func (x *InitPluginResponse) String() string

type InitPluginResponse_builder

type InitPluginResponse_builder struct {
	Config map[string]string
	// contains filtered or unexported fields
}

func (InitPluginResponse_builder) Build

type InitialStreamInputRequest

type InitialStreamInputRequest struct {
	XXX_raceDetectHookData protoimpl.RaceDetectHookData
	XXX_presence           [1]uint32
	// contains filtered or unexported fields
}

func (*InitialStreamInputRequest) ClearId

func (x *InitialStreamInputRequest) ClearId()

func (*InitialStreamInputRequest) GetId

func (x *InitialStreamInputRequest) GetId() string

func (*InitialStreamInputRequest) HasId

func (x *InitialStreamInputRequest) HasId() bool

func (*InitialStreamInputRequest) ProtoMessage

func (*InitialStreamInputRequest) ProtoMessage()

func (*InitialStreamInputRequest) ProtoReflect

func (*InitialStreamInputRequest) Reset

func (x *InitialStreamInputRequest) Reset()

func (*InitialStreamInputRequest) SetId

func (x *InitialStreamInputRequest) SetId(v string)

func (*InitialStreamInputRequest) String

func (x *InitialStreamInputRequest) String() string

type InitialStreamInputRequest_builder

type InitialStreamInputRequest_builder struct {
	Id *string
	// contains filtered or unexported fields
}

func (InitialStreamInputRequest_builder) Build

type InputData

type InputData struct {
	XXX_raceDetectHookData protoimpl.RaceDetectHookData
	XXX_presence           [1]uint32
	// contains filtered or unexported fields
}

func (*InputData) ClearData

func (x *InputData) ClearData()

func (*InputData) GetData

func (x *InputData) GetData() []byte

func (*InputData) HasData

func (x *InputData) HasData() bool

func (*InputData) ProtoMessage

func (*InputData) ProtoMessage()

func (*InputData) ProtoReflect

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

func (*InputData) Reset

func (x *InputData) Reset()

func (*InputData) SetData

func (x *InputData) SetData(v []byte)

func (*InputData) String

func (x *InputData) String() string

type InputData_builder

type InputData_builder struct {
	Data []byte
	// contains filtered or unexported fields
}

func (InputData_builder) Build

func (b0 InputData_builder) Build() *InputData

type OutputData

type OutputData struct {
	XXX_raceDetectHookData protoimpl.RaceDetectHookData
	XXX_presence           [1]uint32
	// contains filtered or unexported fields
}

func (*OutputData) ClearChannel

func (x *OutputData) ClearChannel()

func (*OutputData) ClearData

func (x *OutputData) ClearData()

func (*OutputData) GetChannel

func (x *OutputData) GetChannel() OutputData_Channel

func (*OutputData) GetData

func (x *OutputData) GetData() []byte

func (*OutputData) HasChannel

func (x *OutputData) HasChannel() bool

func (*OutputData) HasData

func (x *OutputData) HasData() bool

func (*OutputData) ProtoMessage

func (*OutputData) ProtoMessage()

func (*OutputData) ProtoReflect

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

func (*OutputData) Reset

func (x *OutputData) Reset()

func (*OutputData) SetChannel

func (x *OutputData) SetChannel(v OutputData_Channel)

func (*OutputData) SetData

func (x *OutputData) SetData(v []byte)

func (*OutputData) String

func (x *OutputData) String() string

type OutputData_Channel

type OutputData_Channel int32
const (
	OutputData_INVALID OutputData_Channel = 0
	OutputData_STDOUT  OutputData_Channel = 1
	OutputData_STDERR  OutputData_Channel = 2
)

func (OutputData_Channel) Descriptor

func (OutputData_Channel) Enum

func (OutputData_Channel) Number

func (OutputData_Channel) String

func (x OutputData_Channel) String() string

func (OutputData_Channel) Type

type OutputData_builder

type OutputData_builder struct {
	Channel *OutputData_Channel
	Data    []byte
	// contains filtered or unexported fields
}

func (OutputData_builder) Build

func (b0 OutputData_builder) Build() *OutputData

type PluginID

type PluginID struct {
	XXX_raceDetectHookData protoimpl.RaceDetectHookData
	XXX_presence           [1]uint32
	// contains filtered or unexported fields
}

func (*PluginID) ClearName

func (x *PluginID) ClearName()

func (*PluginID) ClearType

func (x *PluginID) ClearType()

func (*PluginID) GetName

func (x *PluginID) GetName() string

func (*PluginID) GetType

func (x *PluginID) GetType() string

func (*PluginID) HasName

func (x *PluginID) HasName() bool

func (*PluginID) HasType

func (x *PluginID) HasType() bool

func (*PluginID) ProtoMessage

func (*PluginID) ProtoMessage()

func (*PluginID) ProtoReflect

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

func (*PluginID) Reset

func (x *PluginID) Reset()

func (*PluginID) SetName

func (x *PluginID) SetName(v string)

func (*PluginID) SetType

func (x *PluginID) SetType(v string)

func (*PluginID) String

func (x *PluginID) String() string

type PluginID_builder

type PluginID_builder struct {
	Type *string
	Name *string
	// contains filtered or unexported fields
}

func (PluginID_builder) Build

func (b0 PluginID_builder) Build() *PluginID

type PluginMetadata

type PluginMetadata struct {
	// contains filtered or unexported fields
}

func (*PluginMetadata) ClearId

func (x *PluginMetadata) ClearId()

func (*PluginMetadata) GetDependencies

func (x *PluginMetadata) GetDependencies() []*PluginID

func (*PluginMetadata) GetId

func (x *PluginMetadata) GetId() *PluginID

func (*PluginMetadata) GetLabels

func (x *PluginMetadata) GetLabels() map[string]string

func (*PluginMetadata) HasId

func (x *PluginMetadata) HasId() bool

func (*PluginMetadata) ProtoMessage

func (*PluginMetadata) ProtoMessage()

func (*PluginMetadata) ProtoReflect

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

func (*PluginMetadata) Reset

func (x *PluginMetadata) Reset()

func (*PluginMetadata) SetDependencies

func (x *PluginMetadata) SetDependencies(v []*PluginID)

func (*PluginMetadata) SetId

func (x *PluginMetadata) SetId(v *PluginID)

func (*PluginMetadata) SetLabels

func (x *PluginMetadata) SetLabels(v map[string]string)

func (*PluginMetadata) String

func (x *PluginMetadata) String() string

type PluginMetadata_builder

type PluginMetadata_builder struct {
	Id           *PluginID
	Dependencies []*PluginID
	Labels       map[string]string
	// contains filtered or unexported fields
}

func (PluginMetadata_builder) Build

type StreamInputRequest

type StreamInputRequest struct {
	// contains filtered or unexported fields
}

func (*StreamInputRequest) ClearInitialRequest

func (x *StreamInputRequest) ClearInitialRequest()

func (*StreamInputRequest) ClearInputData

func (x *StreamInputRequest) ClearInputData()

func (*StreamInputRequest) ClearInputRequestType

func (x *StreamInputRequest) ClearInputRequestType()

func (*StreamInputRequest) GetInitialRequest

func (x *StreamInputRequest) GetInitialRequest() *InitialStreamInputRequest

func (*StreamInputRequest) GetInputData

func (x *StreamInputRequest) GetInputData() *InputData

func (*StreamInputRequest) HasInitialRequest

func (x *StreamInputRequest) HasInitialRequest() bool

func (*StreamInputRequest) HasInputData

func (x *StreamInputRequest) HasInputData() bool

func (*StreamInputRequest) HasInputRequestType

func (x *StreamInputRequest) HasInputRequestType() bool

func (*StreamInputRequest) ProtoMessage

func (*StreamInputRequest) ProtoMessage()

func (*StreamInputRequest) ProtoReflect

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

func (*StreamInputRequest) Reset

func (x *StreamInputRequest) Reset()

func (*StreamInputRequest) SetInitialRequest

func (x *StreamInputRequest) SetInitialRequest(v *InitialStreamInputRequest)

func (*StreamInputRequest) SetInputData

func (x *StreamInputRequest) SetInputData(v *InputData)

func (*StreamInputRequest) String

func (x *StreamInputRequest) String() string

func (*StreamInputRequest) WhichInputRequestType

func (x *StreamInputRequest) WhichInputRequestType() case_StreamInputRequest_InputRequestType

type StreamInputRequest_builder

type StreamInputRequest_builder struct {

	// Fields of oneof xxx_hidden_InputRequestType:
	InitialRequest *InitialStreamInputRequest
	InputData      *InputData
	// contains filtered or unexported fields
}

func (StreamInputRequest_builder) Build

type StreamOutputRequest

type StreamOutputRequest struct {
	XXX_raceDetectHookData protoimpl.RaceDetectHookData
	XXX_presence           [1]uint32
	// contains filtered or unexported fields
}

func (*StreamOutputRequest) ClearId

func (x *StreamOutputRequest) ClearId()

func (*StreamOutputRequest) GetId

func (x *StreamOutputRequest) GetId() string

func (*StreamOutputRequest) HasId

func (x *StreamOutputRequest) HasId() bool

func (*StreamOutputRequest) ProtoMessage

func (*StreamOutputRequest) ProtoMessage()

func (*StreamOutputRequest) ProtoReflect

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

func (*StreamOutputRequest) Reset

func (x *StreamOutputRequest) Reset()

func (*StreamOutputRequest) SetId

func (x *StreamOutputRequest) SetId(v string)

func (*StreamOutputRequest) String

func (x *StreamOutputRequest) String() string

type StreamOutputRequest_builder

type StreamOutputRequest_builder struct {
	Id *string
	// contains filtered or unexported fields
}

func (StreamOutputRequest_builder) Build

Jump to

Keyboard shortcuts

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