Versions in this module Expand all Collapse all v0 v0.0.0 May 19, 2026 Changes in this version + const Ateom_CheckpointWorkload_FullMethodName + const Ateom_RestoreWorkload_FullMethodName + const Ateom_RunWorkload_FullMethodName + var Ateom_ServiceDesc = grpc.ServiceDesc + var File_ateom_proto protoreflect.FileDescriptor + func RegisterAteomServer(s grpc.ServiceRegistrar, srv AteomServer) + type AteomClient interface + CheckpointWorkload func(ctx context.Context, in *CheckpointWorkloadRequest, opts ...grpc.CallOption) (*CheckpointWorkloadResponse, error) + RestoreWorkload func(ctx context.Context, in *RestoreWorkloadRequest, opts ...grpc.CallOption) (*RestoreWorkloadResponse, error) + RunWorkload func(ctx context.Context, in *RunWorkloadRequest, opts ...grpc.CallOption) (*RunWorkloadResponse, error) + func NewAteomClient(cc grpc.ClientConnInterface) AteomClient + type AteomServer interface + CheckpointWorkload func(context.Context, *CheckpointWorkloadRequest) (*CheckpointWorkloadResponse, error) + RestoreWorkload func(context.Context, *RestoreWorkloadRequest) (*RestoreWorkloadResponse, error) + RunWorkload func(context.Context, *RunWorkloadRequest) (*RunWorkloadResponse, error) + type CheckpointWorkloadRequest struct + ActorId string + ActorTemplateName string + ActorTemplateNamespace string + RunscPath string + SnapshotUriPrefix string + Spec *WorkloadSpec + func (*CheckpointWorkloadRequest) Descriptor() ([]byte, []int) + func (*CheckpointWorkloadRequest) ProtoMessage() + func (x *CheckpointWorkloadRequest) GetActorId() string + func (x *CheckpointWorkloadRequest) GetActorTemplateName() string + func (x *CheckpointWorkloadRequest) GetActorTemplateNamespace() string + func (x *CheckpointWorkloadRequest) GetRunscPath() string + func (x *CheckpointWorkloadRequest) GetSnapshotUriPrefix() string + func (x *CheckpointWorkloadRequest) GetSpec() *WorkloadSpec + func (x *CheckpointWorkloadRequest) ProtoReflect() protoreflect.Message + func (x *CheckpointWorkloadRequest) Reset() + func (x *CheckpointWorkloadRequest) String() string + type CheckpointWorkloadResponse struct + func (*CheckpointWorkloadResponse) Descriptor() ([]byte, []int) + func (*CheckpointWorkloadResponse) ProtoMessage() + func (x *CheckpointWorkloadResponse) ProtoReflect() protoreflect.Message + func (x *CheckpointWorkloadResponse) Reset() + func (x *CheckpointWorkloadResponse) String() string + type Container struct + Name string + func (*Container) Descriptor() ([]byte, []int) + func (*Container) ProtoMessage() + func (x *Container) GetName() string + func (x *Container) ProtoReflect() protoreflect.Message + func (x *Container) Reset() + func (x *Container) String() string + type RestoreWorkloadRequest struct + ActorId string + ActorTemplateName string + ActorTemplateNamespace string + RunscPath string + SnapshotUriPrefix string + Spec *WorkloadSpec + func (*RestoreWorkloadRequest) Descriptor() ([]byte, []int) + func (*RestoreWorkloadRequest) ProtoMessage() + func (x *RestoreWorkloadRequest) GetActorId() string + func (x *RestoreWorkloadRequest) GetActorTemplateName() string + func (x *RestoreWorkloadRequest) GetActorTemplateNamespace() string + func (x *RestoreWorkloadRequest) GetRunscPath() string + func (x *RestoreWorkloadRequest) GetSnapshotUriPrefix() string + func (x *RestoreWorkloadRequest) GetSpec() *WorkloadSpec + func (x *RestoreWorkloadRequest) ProtoReflect() protoreflect.Message + func (x *RestoreWorkloadRequest) Reset() + func (x *RestoreWorkloadRequest) String() string + type RestoreWorkloadResponse struct + func (*RestoreWorkloadResponse) Descriptor() ([]byte, []int) + func (*RestoreWorkloadResponse) ProtoMessage() + func (x *RestoreWorkloadResponse) ProtoReflect() protoreflect.Message + func (x *RestoreWorkloadResponse) Reset() + func (x *RestoreWorkloadResponse) String() string + type RunWorkloadRequest struct + ActorId string + ActorTemplateName string + ActorTemplateNamespace string + RunscPath string + Spec *WorkloadSpec + func (*RunWorkloadRequest) Descriptor() ([]byte, []int) + func (*RunWorkloadRequest) ProtoMessage() + func (x *RunWorkloadRequest) GetActorId() string + func (x *RunWorkloadRequest) GetActorTemplateName() string + func (x *RunWorkloadRequest) GetActorTemplateNamespace() string + func (x *RunWorkloadRequest) GetRunscPath() string + func (x *RunWorkloadRequest) GetSpec() *WorkloadSpec + func (x *RunWorkloadRequest) ProtoReflect() protoreflect.Message + func (x *RunWorkloadRequest) Reset() + func (x *RunWorkloadRequest) String() string + type RunWorkloadResponse struct + func (*RunWorkloadResponse) Descriptor() ([]byte, []int) + func (*RunWorkloadResponse) ProtoMessage() + func (x *RunWorkloadResponse) ProtoReflect() protoreflect.Message + func (x *RunWorkloadResponse) Reset() + func (x *RunWorkloadResponse) String() string + type UnimplementedAteomServer struct + func (UnimplementedAteomServer) CheckpointWorkload(context.Context, *CheckpointWorkloadRequest) (*CheckpointWorkloadResponse, error) + func (UnimplementedAteomServer) RestoreWorkload(context.Context, *RestoreWorkloadRequest) (*RestoreWorkloadResponse, error) + func (UnimplementedAteomServer) RunWorkload(context.Context, *RunWorkloadRequest) (*RunWorkloadResponse, error) + type UnsafeAteomServer interface + type WorkloadSpec struct + Containers []*Container + func (*WorkloadSpec) Descriptor() ([]byte, []int) + func (*WorkloadSpec) ProtoMessage() + func (x *WorkloadSpec) GetContainers() []*Container + func (x *WorkloadSpec) ProtoReflect() protoreflect.Message + func (x *WorkloadSpec) Reset() + func (x *WorkloadSpec) String() string