Documentation
¶
Overview ¶
Package cork is a generated protocol buffer package.
It is generated from these files:
cork.proto
It has these top-level messages:
Empty Response KillRequest InitializeRequest StatusRequest ExecuteInputEvent ParamsResponseEvent StageExecuteRequestEvent SignalEvent InputEvent ExecuteOutputEvent ParamDefinition ParamsRequestEvent EndEvent ErrorEvent ExportEvent OutputEvent StepExecuteRequest Step StepListResponse VolumesToMountGetResponse StageExecuteRequest EventReactRequest
Index ¶
- func RegisterCorkTypeServiceServer(s *grpc.Server, srv CorkTypeServiceServer)
- type CorkTypeServiceClient
- type CorkTypeServiceServer
- type CorkTypeService_StageExecuteClient
- type CorkTypeService_StageExecuteServer
- type Empty
- type EndEvent
- type ErrorEvent
- type EventReactRequest
- func (*EventReactRequest) Descriptor() ([]byte, []int)
- func (m *EventReactRequest) GetOutputs() map[string]string
- func (m *EventReactRequest) GetProject() string
- func (m *EventReactRequest) GetTags() []string
- func (*EventReactRequest) ProtoMessage()
- func (m *EventReactRequest) Reset()
- func (m *EventReactRequest) String() string
- type ExecuteInputEvent
- func (*ExecuteInputEvent) Descriptor() ([]byte, []int)
- func (m *ExecuteInputEvent) GetBody() isExecuteInputEvent_Body
- func (m *ExecuteInputEvent) GetEmpty() *Empty
- func (m *ExecuteInputEvent) GetInput() *InputEvent
- func (m *ExecuteInputEvent) GetParamsResponse() *ParamsResponseEvent
- func (m *ExecuteInputEvent) GetSignal() *SignalEvent
- func (m *ExecuteInputEvent) GetStageExecuteRequest() *StageExecuteRequestEvent
- func (m *ExecuteInputEvent) GetType() string
- func (*ExecuteInputEvent) ProtoMessage()
- func (m *ExecuteInputEvent) Reset()
- func (m *ExecuteInputEvent) String() string
- func (*ExecuteInputEvent) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...)
- type ExecuteInputEvent_Empty
- type ExecuteInputEvent_Input
- type ExecuteInputEvent_ParamsResponse
- type ExecuteInputEvent_Signal
- type ExecuteInputEvent_StageExecuteRequest
- type ExecuteOutputEvent
- func (*ExecuteOutputEvent) Descriptor() ([]byte, []int)
- func (m *ExecuteOutputEvent) GetBody() isExecuteOutputEvent_Body
- func (m *ExecuteOutputEvent) GetEmpty() *Empty
- func (m *ExecuteOutputEvent) GetEnd() *EndEvent
- func (m *ExecuteOutputEvent) GetError() *ErrorEvent
- func (m *ExecuteOutputEvent) GetExport() *ExportEvent
- func (m *ExecuteOutputEvent) GetOutput() *OutputEvent
- func (m *ExecuteOutputEvent) GetParamsRequest() *ParamsRequestEvent
- func (m *ExecuteOutputEvent) GetType() string
- func (*ExecuteOutputEvent) ProtoMessage()
- func (m *ExecuteOutputEvent) Reset()
- func (m *ExecuteOutputEvent) String() string
- func (*ExecuteOutputEvent) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...)
- type ExecuteOutputEvent_Empty
- type ExecuteOutputEvent_End
- type ExecuteOutputEvent_Error
- type ExecuteOutputEvent_Export
- type ExecuteOutputEvent_Output
- type ExecuteOutputEvent_ParamsRequest
- type ExportEvent
- type InitializeRequest
- type InputEvent
- type KillRequest
- type OutputEvent
- type ParamDefinition
- func (*ParamDefinition) Descriptor() ([]byte, []int)
- func (m *ParamDefinition) GetDefault() string
- func (m *ParamDefinition) GetDescription() string
- func (m *ParamDefinition) GetHasDefault() bool
- func (m *ParamDefinition) GetIsSensitive() bool
- func (m *ParamDefinition) GetType() string
- func (*ParamDefinition) ProtoMessage()
- func (m *ParamDefinition) Reset()
- func (m *ParamDefinition) String() string
- type ParamsRequestEvent
- type ParamsResponseEvent
- type Response
- func (*Response) Descriptor() ([]byte, []int)
- func (m *Response) GetEmpty() *Empty
- func (m *Response) GetRes() isResponse_Res
- func (m *Response) GetStatus() uint32
- func (m *Response) GetSteps() *StepListResponse
- func (m *Response) GetVolumes() *VolumesToMountGetResponse
- func (*Response) ProtoMessage()
- func (m *Response) Reset()
- func (m *Response) String() string
- func (*Response) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...)
- type Response_Empty
- type Response_Steps
- type Response_Volumes
- type SignalEvent
- type StageExecuteRequest
- type StageExecuteRequestEvent
- type StatusRequest
- type Step
- type StepExecuteRequest
- type StepListResponse
- type VolumesToMountGetResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterCorkTypeServiceServer ¶
func RegisterCorkTypeServiceServer(s *grpc.Server, srv CorkTypeServiceServer)
Types ¶
type CorkTypeServiceClient ¶
type CorkTypeServiceClient interface { // Status endpoint Status(ctx context.Context, in *StatusRequest, opts ...grpc.CallOption) (*Response, error) // Kills the cork server Kill(ctx context.Context, in *KillRequest, opts ...grpc.CallOption) (*Response, error) // Executes a specific stage StageExecute(ctx context.Context, opts ...grpc.CallOption) (CorkTypeService_StageExecuteClient, error) // React to an event EventReact(ctx context.Context, in *EventReactRequest, opts ...grpc.CallOption) (*Response, error) }
func NewCorkTypeServiceClient ¶
func NewCorkTypeServiceClient(cc *grpc.ClientConn) CorkTypeServiceClient
type CorkTypeServiceServer ¶
type CorkTypeServiceServer interface { // Status endpoint Status(context.Context, *StatusRequest) (*Response, error) // Kills the cork server Kill(context.Context, *KillRequest) (*Response, error) // Executes a specific stage StageExecute(CorkTypeService_StageExecuteServer) error // React to an event EventReact(context.Context, *EventReactRequest) (*Response, error) }
type CorkTypeService_StageExecuteClient ¶
type CorkTypeService_StageExecuteClient interface { Send(*ExecuteInputEvent) error Recv() (*ExecuteOutputEvent, error) grpc.ClientStream }
type CorkTypeService_StageExecuteServer ¶
type CorkTypeService_StageExecuteServer interface { Send(*ExecuteOutputEvent) error Recv() (*ExecuteInputEvent, error) grpc.ServerStream }
type Empty ¶
type Empty struct { }
func (*Empty) Descriptor ¶
func (*Empty) ProtoMessage ¶
func (*Empty) ProtoMessage()
type EndEvent ¶
type EndEvent struct {
Tags []string `protobuf:"bytes,1,rep,name=tags" json:"tags,omitempty"`
}
func (*EndEvent) Descriptor ¶
func (*EndEvent) ProtoMessage ¶
func (*EndEvent) ProtoMessage()
type ErrorEvent ¶
type ErrorEvent struct {
Message string `protobuf:"bytes,1,opt,name=message" json:"message,omitempty"`
}
func (*ErrorEvent) Descriptor ¶
func (*ErrorEvent) Descriptor() ([]byte, []int)
func (*ErrorEvent) GetMessage ¶
func (m *ErrorEvent) GetMessage() string
func (*ErrorEvent) ProtoMessage ¶
func (*ErrorEvent) ProtoMessage()
func (*ErrorEvent) Reset ¶
func (m *ErrorEvent) Reset()
func (*ErrorEvent) String ¶
func (m *ErrorEvent) String() string
type EventReactRequest ¶
type EventReactRequest struct { Project string `protobuf:"bytes,1,opt,name=project" json:"project,omitempty"` Tags []string `protobuf:"bytes,2,rep,name=tags" json:"tags,omitempty"` Outputs map[string]string `` /* 134-byte string literal not displayed */ }
func (*EventReactRequest) Descriptor ¶
func (*EventReactRequest) Descriptor() ([]byte, []int)
func (*EventReactRequest) GetOutputs ¶
func (m *EventReactRequest) GetOutputs() map[string]string
func (*EventReactRequest) GetProject ¶
func (m *EventReactRequest) GetProject() string
func (*EventReactRequest) GetTags ¶
func (m *EventReactRequest) GetTags() []string
func (*EventReactRequest) ProtoMessage ¶
func (*EventReactRequest) ProtoMessage()
func (*EventReactRequest) Reset ¶
func (m *EventReactRequest) Reset()
func (*EventReactRequest) String ¶
func (m *EventReactRequest) String() string
type ExecuteInputEvent ¶ added in v0.2.0
type ExecuteInputEvent struct { Type string `protobuf:"bytes,1,opt,name=type" json:"type,omitempty"` // Types that are valid to be assigned to Body: // *ExecuteInputEvent_Empty // *ExecuteInputEvent_StageExecuteRequest // *ExecuteInputEvent_Signal // *ExecuteInputEvent_Input // *ExecuteInputEvent_ParamsResponse Body isExecuteInputEvent_Body `protobuf_oneof:"body"` }
func (*ExecuteInputEvent) Descriptor ¶ added in v0.2.0
func (*ExecuteInputEvent) Descriptor() ([]byte, []int)
func (*ExecuteInputEvent) GetBody ¶ added in v0.2.0
func (m *ExecuteInputEvent) GetBody() isExecuteInputEvent_Body
func (*ExecuteInputEvent) GetEmpty ¶ added in v0.2.0
func (m *ExecuteInputEvent) GetEmpty() *Empty
func (*ExecuteInputEvent) GetInput ¶ added in v0.2.0
func (m *ExecuteInputEvent) GetInput() *InputEvent
func (*ExecuteInputEvent) GetParamsResponse ¶ added in v0.2.0
func (m *ExecuteInputEvent) GetParamsResponse() *ParamsResponseEvent
func (*ExecuteInputEvent) GetSignal ¶ added in v0.2.0
func (m *ExecuteInputEvent) GetSignal() *SignalEvent
func (*ExecuteInputEvent) GetStageExecuteRequest ¶ added in v0.2.0
func (m *ExecuteInputEvent) GetStageExecuteRequest() *StageExecuteRequestEvent
func (*ExecuteInputEvent) GetType ¶ added in v0.2.0
func (m *ExecuteInputEvent) GetType() string
func (*ExecuteInputEvent) ProtoMessage ¶ added in v0.2.0
func (*ExecuteInputEvent) ProtoMessage()
func (*ExecuteInputEvent) Reset ¶ added in v0.2.0
func (m *ExecuteInputEvent) Reset()
func (*ExecuteInputEvent) String ¶ added in v0.2.0
func (m *ExecuteInputEvent) String() string
func (*ExecuteInputEvent) XXX_OneofFuncs ¶ added in v0.2.0
func (*ExecuteInputEvent) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})
XXX_OneofFuncs is for the internal use of the proto package.
type ExecuteInputEvent_Empty ¶ added in v0.2.0
type ExecuteInputEvent_Empty struct {
Empty *Empty `protobuf:"bytes,2,opt,name=empty,oneof"`
}
type ExecuteInputEvent_Input ¶ added in v0.2.0
type ExecuteInputEvent_Input struct {
Input *InputEvent `protobuf:"bytes,5,opt,name=input,oneof"`
}
type ExecuteInputEvent_ParamsResponse ¶ added in v0.2.0
type ExecuteInputEvent_ParamsResponse struct {
ParamsResponse *ParamsResponseEvent `protobuf:"bytes,6,opt,name=paramsResponse,oneof"`
}
type ExecuteInputEvent_Signal ¶ added in v0.2.0
type ExecuteInputEvent_Signal struct {
Signal *SignalEvent `protobuf:"bytes,4,opt,name=signal,oneof"`
}
type ExecuteInputEvent_StageExecuteRequest ¶ added in v0.2.0
type ExecuteInputEvent_StageExecuteRequest struct {
StageExecuteRequest *StageExecuteRequestEvent `protobuf:"bytes,3,opt,name=stageExecuteRequest,oneof"`
}
type ExecuteOutputEvent ¶ added in v0.2.0
type ExecuteOutputEvent struct { Type string `protobuf:"bytes,1,opt,name=type" json:"type,omitempty"` // Types that are valid to be assigned to Body: // *ExecuteOutputEvent_Empty // *ExecuteOutputEvent_End // *ExecuteOutputEvent_Output // *ExecuteOutputEvent_Export // *ExecuteOutputEvent_Error // *ExecuteOutputEvent_ParamsRequest Body isExecuteOutputEvent_Body `protobuf_oneof:"body"` }
func (*ExecuteOutputEvent) Descriptor ¶ added in v0.2.0
func (*ExecuteOutputEvent) Descriptor() ([]byte, []int)
func (*ExecuteOutputEvent) GetBody ¶ added in v0.2.0
func (m *ExecuteOutputEvent) GetBody() isExecuteOutputEvent_Body
func (*ExecuteOutputEvent) GetEmpty ¶ added in v0.2.0
func (m *ExecuteOutputEvent) GetEmpty() *Empty
func (*ExecuteOutputEvent) GetEnd ¶ added in v0.2.0
func (m *ExecuteOutputEvent) GetEnd() *EndEvent
func (*ExecuteOutputEvent) GetError ¶ added in v0.2.0
func (m *ExecuteOutputEvent) GetError() *ErrorEvent
func (*ExecuteOutputEvent) GetExport ¶ added in v0.2.0
func (m *ExecuteOutputEvent) GetExport() *ExportEvent
func (*ExecuteOutputEvent) GetOutput ¶ added in v0.2.0
func (m *ExecuteOutputEvent) GetOutput() *OutputEvent
func (*ExecuteOutputEvent) GetParamsRequest ¶ added in v0.2.0
func (m *ExecuteOutputEvent) GetParamsRequest() *ParamsRequestEvent
func (*ExecuteOutputEvent) GetType ¶ added in v0.2.0
func (m *ExecuteOutputEvent) GetType() string
func (*ExecuteOutputEvent) ProtoMessage ¶ added in v0.2.0
func (*ExecuteOutputEvent) ProtoMessage()
func (*ExecuteOutputEvent) Reset ¶ added in v0.2.0
func (m *ExecuteOutputEvent) Reset()
func (*ExecuteOutputEvent) String ¶ added in v0.2.0
func (m *ExecuteOutputEvent) String() string
func (*ExecuteOutputEvent) XXX_OneofFuncs ¶ added in v0.2.0
func (*ExecuteOutputEvent) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})
XXX_OneofFuncs is for the internal use of the proto package.
type ExecuteOutputEvent_Empty ¶ added in v0.2.0
type ExecuteOutputEvent_Empty struct {
Empty *Empty `protobuf:"bytes,2,opt,name=empty,oneof"`
}
type ExecuteOutputEvent_End ¶ added in v0.2.0
type ExecuteOutputEvent_End struct {
End *EndEvent `protobuf:"bytes,3,opt,name=end,oneof"`
}
type ExecuteOutputEvent_Error ¶ added in v0.2.0
type ExecuteOutputEvent_Error struct {
Error *ErrorEvent `protobuf:"bytes,6,opt,name=error,oneof"`
}
type ExecuteOutputEvent_Export ¶ added in v0.2.0
type ExecuteOutputEvent_Export struct {
Export *ExportEvent `protobuf:"bytes,5,opt,name=export,oneof"`
}
type ExecuteOutputEvent_Output ¶ added in v0.2.0
type ExecuteOutputEvent_Output struct {
Output *OutputEvent `protobuf:"bytes,4,opt,name=output,oneof"`
}
type ExecuteOutputEvent_ParamsRequest ¶ added in v0.2.0
type ExecuteOutputEvent_ParamsRequest struct {
ParamsRequest *ParamsRequestEvent `protobuf:"bytes,7,opt,name=paramsRequest,oneof"`
}
type ExportEvent ¶
type ExportEvent struct { Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` Value string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"` }
func (*ExportEvent) Descriptor ¶
func (*ExportEvent) Descriptor() ([]byte, []int)
func (*ExportEvent) GetName ¶
func (m *ExportEvent) GetName() string
func (*ExportEvent) GetValue ¶
func (m *ExportEvent) GetValue() string
func (*ExportEvent) ProtoMessage ¶
func (*ExportEvent) ProtoMessage()
func (*ExportEvent) Reset ¶
func (m *ExportEvent) Reset()
func (*ExportEvent) String ¶
func (m *ExportEvent) String() string
type InitializeRequest ¶ added in v0.2.0
type InitializeRequest struct { }
func (*InitializeRequest) Descriptor ¶ added in v0.2.0
func (*InitializeRequest) Descriptor() ([]byte, []int)
func (*InitializeRequest) ProtoMessage ¶ added in v0.2.0
func (*InitializeRequest) ProtoMessage()
func (*InitializeRequest) Reset ¶ added in v0.2.0
func (m *InitializeRequest) Reset()
func (*InitializeRequest) String ¶ added in v0.2.0
func (m *InitializeRequest) String() string
type InputEvent ¶ added in v0.2.0
type InputEvent struct {
Bytes []byte `protobuf:"bytes,1,opt,name=bytes,proto3" json:"bytes,omitempty"`
}
func (*InputEvent) Descriptor ¶ added in v0.2.0
func (*InputEvent) Descriptor() ([]byte, []int)
func (*InputEvent) GetBytes ¶ added in v0.2.0
func (m *InputEvent) GetBytes() []byte
func (*InputEvent) ProtoMessage ¶ added in v0.2.0
func (*InputEvent) ProtoMessage()
func (*InputEvent) Reset ¶ added in v0.2.0
func (m *InputEvent) Reset()
func (*InputEvent) String ¶ added in v0.2.0
func (m *InputEvent) String() string
type KillRequest ¶
type KillRequest struct { }
func (*KillRequest) Descriptor ¶
func (*KillRequest) Descriptor() ([]byte, []int)
func (*KillRequest) ProtoMessage ¶
func (*KillRequest) ProtoMessage()
func (*KillRequest) Reset ¶
func (m *KillRequest) Reset()
func (*KillRequest) String ¶
func (m *KillRequest) String() string
type OutputEvent ¶
type OutputEvent struct { Bytes []byte `protobuf:"bytes,1,opt,name=bytes,proto3" json:"bytes,omitempty"` Stream string `protobuf:"bytes,2,opt,name=stream" json:"stream,omitempty"` }
func (*OutputEvent) Descriptor ¶
func (*OutputEvent) Descriptor() ([]byte, []int)
func (*OutputEvent) GetBytes ¶
func (m *OutputEvent) GetBytes() []byte
func (*OutputEvent) GetStream ¶
func (m *OutputEvent) GetStream() string
func (*OutputEvent) ProtoMessage ¶
func (*OutputEvent) ProtoMessage()
func (*OutputEvent) Reset ¶
func (m *OutputEvent) Reset()
func (*OutputEvent) String ¶
func (m *OutputEvent) String() string
type ParamDefinition ¶ added in v0.2.0
type ParamDefinition struct { Type string `protobuf:"bytes,1,opt,name=type" json:"type,omitempty"` Default string `protobuf:"bytes,2,opt,name=default" json:"default,omitempty"` HasDefault bool `protobuf:"varint,3,opt,name=hasDefault" json:"hasDefault,omitempty"` Description string `protobuf:"bytes,4,opt,name=description" json:"description,omitempty"` IsSensitive bool `protobuf:"varint,5,opt,name=isSensitive" json:"isSensitive,omitempty"` }
func (*ParamDefinition) Descriptor ¶ added in v0.2.0
func (*ParamDefinition) Descriptor() ([]byte, []int)
func (*ParamDefinition) GetDefault ¶ added in v0.2.0
func (m *ParamDefinition) GetDefault() string
func (*ParamDefinition) GetDescription ¶ added in v0.2.0
func (m *ParamDefinition) GetDescription() string
func (*ParamDefinition) GetHasDefault ¶ added in v0.2.0
func (m *ParamDefinition) GetHasDefault() bool
func (*ParamDefinition) GetIsSensitive ¶ added in v0.2.0
func (m *ParamDefinition) GetIsSensitive() bool
func (*ParamDefinition) GetType ¶ added in v0.2.0
func (m *ParamDefinition) GetType() string
func (*ParamDefinition) ProtoMessage ¶ added in v0.2.0
func (*ParamDefinition) ProtoMessage()
func (*ParamDefinition) Reset ¶ added in v0.2.0
func (m *ParamDefinition) Reset()
func (*ParamDefinition) String ¶ added in v0.2.0
func (m *ParamDefinition) String() string
type ParamsRequestEvent ¶ added in v0.2.0
type ParamsRequestEvent struct {
ParamDefinitions map[string]*ParamDefinition `` /* 152-byte string literal not displayed */
}
func (*ParamsRequestEvent) Descriptor ¶ added in v0.2.0
func (*ParamsRequestEvent) Descriptor() ([]byte, []int)
func (*ParamsRequestEvent) GetParamDefinitions ¶ added in v0.2.0
func (m *ParamsRequestEvent) GetParamDefinitions() map[string]*ParamDefinition
func (*ParamsRequestEvent) ProtoMessage ¶ added in v0.2.0
func (*ParamsRequestEvent) ProtoMessage()
func (*ParamsRequestEvent) Reset ¶ added in v0.2.0
func (m *ParamsRequestEvent) Reset()
func (*ParamsRequestEvent) String ¶ added in v0.2.0
func (m *ParamsRequestEvent) String() string
type ParamsResponseEvent ¶ added in v0.2.0
type ParamsResponseEvent struct {
Params map[string]string `` /* 132-byte string literal not displayed */
}
func (*ParamsResponseEvent) Descriptor ¶ added in v0.2.0
func (*ParamsResponseEvent) Descriptor() ([]byte, []int)
func (*ParamsResponseEvent) GetParams ¶ added in v0.2.0
func (m *ParamsResponseEvent) GetParams() map[string]string
func (*ParamsResponseEvent) ProtoMessage ¶ added in v0.2.0
func (*ParamsResponseEvent) ProtoMessage()
func (*ParamsResponseEvent) Reset ¶ added in v0.2.0
func (m *ParamsResponseEvent) Reset()
func (*ParamsResponseEvent) String ¶ added in v0.2.0
func (m *ParamsResponseEvent) String() string
type Response ¶
type Response struct { Status uint32 `protobuf:"varint,1,opt,name=status" json:"status,omitempty"` // Types that are valid to be assigned to Res: // *Response_Empty // *Response_Steps // *Response_Volumes Res isResponse_Res `protobuf_oneof:"res"` }
func (*Response) Descriptor ¶
func (*Response) GetSteps ¶
func (m *Response) GetSteps() *StepListResponse
func (*Response) GetVolumes ¶
func (m *Response) GetVolumes() *VolumesToMountGetResponse
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
type Response_Empty ¶
type Response_Empty struct {
Empty *Empty `protobuf:"bytes,2,opt,name=empty,oneof"`
}
type Response_Steps ¶
type Response_Steps struct {
Steps *StepListResponse `protobuf:"bytes,3,opt,name=steps,oneof"`
}
type Response_Volumes ¶
type Response_Volumes struct {
Volumes *VolumesToMountGetResponse `protobuf:"bytes,4,opt,name=volumes,oneof"`
}
type SignalEvent ¶ added in v0.2.0
type SignalEvent struct {
Signal int32 `protobuf:"varint,1,opt,name=signal" json:"signal,omitempty"`
}
func (*SignalEvent) Descriptor ¶ added in v0.2.0
func (*SignalEvent) Descriptor() ([]byte, []int)
func (*SignalEvent) GetSignal ¶ added in v0.2.0
func (m *SignalEvent) GetSignal() int32
func (*SignalEvent) ProtoMessage ¶ added in v0.2.0
func (*SignalEvent) ProtoMessage()
func (*SignalEvent) Reset ¶ added in v0.2.0
func (m *SignalEvent) Reset()
func (*SignalEvent) String ¶ added in v0.2.0
func (m *SignalEvent) String() string
type StageExecuteRequest ¶
type StageExecuteRequest struct {
Stage string `protobuf:"bytes,1,opt,name=stage" json:"stage,omitempty"`
}
func (*StageExecuteRequest) Descriptor ¶
func (*StageExecuteRequest) Descriptor() ([]byte, []int)
func (*StageExecuteRequest) GetStage ¶
func (m *StageExecuteRequest) GetStage() string
func (*StageExecuteRequest) ProtoMessage ¶
func (*StageExecuteRequest) ProtoMessage()
func (*StageExecuteRequest) Reset ¶
func (m *StageExecuteRequest) Reset()
func (*StageExecuteRequest) String ¶
func (m *StageExecuteRequest) String() string
type StageExecuteRequestEvent ¶ added in v0.2.0
type StageExecuteRequestEvent struct {
Stage string `protobuf:"bytes,1,opt,name=stage" json:"stage,omitempty"`
}
func (*StageExecuteRequestEvent) Descriptor ¶ added in v0.2.0
func (*StageExecuteRequestEvent) Descriptor() ([]byte, []int)
func (*StageExecuteRequestEvent) GetStage ¶ added in v0.2.0
func (m *StageExecuteRequestEvent) GetStage() string
func (*StageExecuteRequestEvent) ProtoMessage ¶ added in v0.2.0
func (*StageExecuteRequestEvent) ProtoMessage()
func (*StageExecuteRequestEvent) Reset ¶ added in v0.2.0
func (m *StageExecuteRequestEvent) Reset()
func (*StageExecuteRequestEvent) String ¶ added in v0.2.0
func (m *StageExecuteRequestEvent) String() string
type StatusRequest ¶
type StatusRequest struct { }
func (*StatusRequest) Descriptor ¶
func (*StatusRequest) Descriptor() ([]byte, []int)
func (*StatusRequest) ProtoMessage ¶
func (*StatusRequest) ProtoMessage()
func (*StatusRequest) Reset ¶
func (m *StatusRequest) Reset()
func (*StatusRequest) String ¶
func (m *StatusRequest) String() string
type Step ¶
type Step struct {
Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
}
func (*Step) Descriptor ¶
func (*Step) ProtoMessage ¶
func (*Step) ProtoMessage()
type StepExecuteRequest ¶
type StepExecuteRequest struct {
StepName string `protobuf:"bytes,1,opt,name=stepName" json:"stepName,omitempty"`
}
func (*StepExecuteRequest) Descriptor ¶
func (*StepExecuteRequest) Descriptor() ([]byte, []int)
func (*StepExecuteRequest) GetStepName ¶
func (m *StepExecuteRequest) GetStepName() string
func (*StepExecuteRequest) ProtoMessage ¶
func (*StepExecuteRequest) ProtoMessage()
func (*StepExecuteRequest) Reset ¶
func (m *StepExecuteRequest) Reset()
func (*StepExecuteRequest) String ¶
func (m *StepExecuteRequest) String() string
type StepListResponse ¶
type StepListResponse struct {
Step []*Step `protobuf:"bytes,1,rep,name=step" json:"step,omitempty"`
}
func (*StepListResponse) Descriptor ¶
func (*StepListResponse) Descriptor() ([]byte, []int)
func (*StepListResponse) GetStep ¶
func (m *StepListResponse) GetStep() []*Step
func (*StepListResponse) ProtoMessage ¶
func (*StepListResponse) ProtoMessage()
func (*StepListResponse) Reset ¶
func (m *StepListResponse) Reset()
func (*StepListResponse) String ¶
func (m *StepListResponse) String() string
type VolumesToMountGetResponse ¶
type VolumesToMountGetResponse struct {
Volumes []string `protobuf:"bytes,1,rep,name=volumes" json:"volumes,omitempty"`
}
func (*VolumesToMountGetResponse) Descriptor ¶
func (*VolumesToMountGetResponse) Descriptor() ([]byte, []int)
func (*VolumesToMountGetResponse) GetVolumes ¶
func (m *VolumesToMountGetResponse) GetVolumes() []string
func (*VolumesToMountGetResponse) ProtoMessage ¶
func (*VolumesToMountGetResponse) ProtoMessage()
func (*VolumesToMountGetResponse) Reset ¶
func (m *VolumesToMountGetResponse) Reset()
func (*VolumesToMountGetResponse) String ¶
func (m *VolumesToMountGetResponse) String() string
Click to show internal directories.
Click to hide internal directories.