v1connect

package
v0.9.2 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2026 License: Apache-2.0 Imports: 6 Imported by: 2

Documentation

Index

Constants

View Source
const (
	// DaemonServiceShutdownHostProcedure is the fully-qualified name of the DaemonService's
	// ShutdownHost RPC.
	DaemonServiceShutdownHostProcedure = "/platform.daemon.v1.DaemonService/ShutdownHost"
	// DaemonServiceRebootHostProcedure is the fully-qualified name of the DaemonService's RebootHost
	// RPC.
	DaemonServiceRebootHostProcedure = "/platform.daemon.v1.DaemonService/RebootHost"
	// DaemonServiceSystemStatsProcedure is the fully-qualified name of the DaemonService's SystemStats
	// RPC.
	DaemonServiceSystemStatsProcedure = "/platform.daemon.v1.DaemonService/SystemStats"
	// DaemonServiceVersionProcedure is the fully-qualified name of the DaemonService's Version RPC.
	DaemonServiceVersionProcedure = "/platform.daemon.v1.DaemonService/Version"
	// DaemonServiceUpgradeProcedure is the fully-qualified name of the DaemonService's Upgrade RPC.
	DaemonServiceUpgradeProcedure = "/platform.daemon.v1.DaemonService/Upgrade"
	// DaemonServiceUpgradeKubernetesProcedure is the fully-qualified name of the DaemonService's
	// UpgradeKubernetes RPC.
	DaemonServiceUpgradeKubernetesProcedure = "/platform.daemon.v1.DaemonService/UpgradeKubernetes"
	// DaemonServiceCreateVolumeProcedure is the fully-qualified name of the DaemonService's
	// CreateVolume RPC.
	DaemonServiceCreateVolumeProcedure = "/platform.daemon.v1.DaemonService/CreateVolume"
	// DaemonServiceDeleteVolumeProcedure is the fully-qualified name of the DaemonService's
	// DeleteVolume RPC.
	DaemonServiceDeleteVolumeProcedure = "/platform.daemon.v1.DaemonService/DeleteVolume"
)

These constants are the fully-qualified names of the RPCs defined in this package. They're exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.

Note that these are different from the fully-qualified method names used by google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to reflection-formatted method names, remove the leading slash and convert the remaining slash to a period.

View Source
const (
	// DaemonServiceName is the fully-qualified name of the DaemonService service.
	DaemonServiceName = "platform.daemon.v1.DaemonService"
)

Variables

This section is empty.

Functions

func NewDaemonServiceHandler added in v0.9.0

func NewDaemonServiceHandler(svc DaemonServiceHandler, opts ...connect.HandlerOption) (string, http.Handler)

NewDaemonServiceHandler builds an HTTP handler from the service implementation. It returns the path on which to mount the handler and the handler itself.

By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf and JSON codecs. They also support gzip compression.

Types

type DaemonServiceClient added in v0.9.0

DaemonServiceClient is a client for the platform.daemon.v1.DaemonService service.

func NewDaemonServiceClient added in v0.9.0

func NewDaemonServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) DaemonServiceClient

NewDaemonServiceClient constructs a client for the platform.daemon.v1.DaemonService service. By default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses, and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the connect.WithGRPC() or connect.WithGRPCWeb() options.

The URL supplied here should be the base URL for the Connect or gRPC server (for example, http://api.acme.com or https://acme.com/grpc).

type UnimplementedDaemonServiceHandler added in v0.9.0

type UnimplementedDaemonServiceHandler struct{}

UnimplementedDaemonServiceHandler returns CodeUnimplemented from all methods.

func (UnimplementedDaemonServiceHandler) CreateVolume added in v0.9.0

func (UnimplementedDaemonServiceHandler) DeleteVolume added in v0.9.0

func (UnimplementedDaemonServiceHandler) RebootHost added in v0.9.0

func (UnimplementedDaemonServiceHandler) ShutdownHost added in v0.9.0

func (UnimplementedDaemonServiceHandler) SystemStats added in v0.9.0

func (UnimplementedDaemonServiceHandler) Upgrade added in v0.9.0

func (UnimplementedDaemonServiceHandler) UpgradeKubernetes added in v0.9.0

func (UnimplementedDaemonServiceHandler) Version added in v0.9.0

Jump to

Keyboard shortcuts

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