Documentation
¶
Overview ¶
Package introspectsrv implements the weft.introspect.v1.Introspect gRPC service: a read-only window into the micro-VM, served on the VM's wg0 address for an operator CLI to reach over WireGuard.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
introspectv1.UnimplementedIntrospectServer
// contains filtered or unexported fields
}
Server implements introspectv1.IntrospectServer.
func (*Server) ListProcesses ¶
func (s *Server) ListProcesses(_ context.Context, _ *introspectv1.ListProcessesRequest) (*introspectv1.ListProcessesResponse, error)
ListProcesses returns the VM's process table — the gRPC `ps aux`.
Click to show internal directories.
Click to hide internal directories.