svc

package
v0.0.0-...-70db0ab Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2022 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SqncRuntimeServiceHandler

type SqncRuntimeServiceHandler struct {
	sqnc.UnimplementedRuntimeServiceHandler
	Runtime runtime.Runtime
}

func (*SqncRuntimeServiceHandler) AttachContainer

func (h *SqncRuntimeServiceHandler) AttachContainer(ctx context.Context, req *connect.Request[sqnc.AttachContainerRequest], stream *connect.ServerStream[sqnc.AttachContainerResponse]) error

func (*SqncRuntimeServiceHandler) CopyFromContainer

func (h *SqncRuntimeServiceHandler) CopyFromContainer(ctx context.Context, req *connect.Request[sqnc.CopyFromContainerRequest]) (*connect.Response[sqnc.CopyFromContainerResponse], error)

func (*SqncRuntimeServiceHandler) CopyToContainer

func (h *SqncRuntimeServiceHandler) CopyToContainer(ctx context.Context, req *connect.Request[sqnc.CopyToContainerRequest]) (*connect.Response[sqnc.CopyToContainerResponse], error)

func (*SqncRuntimeServiceHandler) CreateContainer

func (h *SqncRuntimeServiceHandler) CreateContainer(ctx context.Context, req *connect.Request[sqnc.CreateContainerRequest]) (*connect.Response[sqnc.CreateContainerResponse], error)

func (*SqncRuntimeServiceHandler) CreateVolume

func (h *SqncRuntimeServiceHandler) CreateVolume(ctx context.Context, req *connect.Request[sqnc.CreateVolumeRequest]) (*connect.Response[sqnc.CreateVolumeResponse], error)

func (*SqncRuntimeServiceHandler) ExecContainer

func (h *SqncRuntimeServiceHandler) ExecContainer(ctx context.Context, req *connect.Request[sqnc.ExecContainerRequest], stream *connect.ServerStream[sqnc.ExecContainerResponse]) error

func (*SqncRuntimeServiceHandler) GetContainer

func (h *SqncRuntimeServiceHandler) GetContainer(ctx context.Context, req *connect.Request[sqnc.GetContainerRequest]) (*connect.Response[sqnc.GetContainerResponse], error)

func (*SqncRuntimeServiceHandler) GetVolume

func (h *SqncRuntimeServiceHandler) GetVolume(ctx context.Context, req *connect.Request[sqnc.GetVolumeRequest]) (*connect.Response[sqnc.GetVolumeResponse], error)

func (*SqncRuntimeServiceHandler) PruneContainers

func (h *SqncRuntimeServiceHandler) PruneContainers(ctx context.Context, _ *connect.Request[sqnc.PruneContainersRequest]) (*connect.Response[sqnc.PruneContainersResponse], error)

func (*SqncRuntimeServiceHandler) PruneImages

func (h *SqncRuntimeServiceHandler) PruneImages(ctx context.Context, req *connect.Request[sqnc.PruneImagesRequest]) (*connect.Response[sqnc.PruneImagesResponse], error)

func (*SqncRuntimeServiceHandler) PruneVolumes

func (h *SqncRuntimeServiceHandler) PruneVolumes(ctx context.Context, _ *connect.Request[sqnc.PruneVolumesRequest]) (*connect.Response[sqnc.PruneVolumesResponse], error)

func (*SqncRuntimeServiceHandler) PullImage

func (h *SqncRuntimeServiceHandler) PullImage(ctx context.Context, req *connect.Request[sqnc.PullImageRequest]) (*connect.Response[sqnc.PullImageResponse], error)

func (*SqncRuntimeServiceHandler) RemoveContainer

func (h *SqncRuntimeServiceHandler) RemoveContainer(ctx context.Context, req *connect.Request[sqnc.RemoveContainerRequest]) (*connect.Response[sqnc.RemoveContainerResponse], error)

func (*SqncRuntimeServiceHandler) RemoveVolume

func (h *SqncRuntimeServiceHandler) RemoveVolume(ctx context.Context, req *connect.Request[sqnc.RemoveVolumeRequest]) (*connect.Response[sqnc.RemoveVolumeResponse], error)

func (*SqncRuntimeServiceHandler) StartContainer

func (h *SqncRuntimeServiceHandler) StartContainer(ctx context.Context, req *connect.Request[sqnc.StartContainerRequest]) (*connect.Response[sqnc.StartContainerResponse], error)

func (*SqncRuntimeServiceHandler) StopContainer

func (h *SqncRuntimeServiceHandler) StopContainer(ctx context.Context, req *connect.Request[sqnc.StopContainerRequest]) (*connect.Response[sqnc.StopContainerResponse], error)

type WorkflowServiceHandler

type WorkflowServiceHandler struct {
	sequence.UnimplementedWorkflowServiceHandler
}

func (*WorkflowServiceHandler) RunJob

func (*WorkflowServiceHandler) RunJob(context.Context, *connect.Request[sequence.RunJobRequest], *connect.ServerStream[sequence.RunJobResponse]) error

func (*WorkflowServiceHandler) RunStep

func (*WorkflowServiceHandler) RunStep(context.Context, *connect.Request[sequence.RunStepRequest], *connect.ServerStream[sequence.RunStepResponse]) error

func (*WorkflowServiceHandler) RunWorkflow

func (*WorkflowServiceHandler) RunWorkflow(context.Context, *connect.Request[sequence.RunWorkflowRequest], *connect.ServerStream[sequence.RunWorkflowResponse]) error

Jump to

Keyboard shortcuts

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