Documentation
¶
Overview ¶
Package server needs to be documented.
TODO: document
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDebugServer ¶
func NewDebugServer(env Env) debug.DebugServer
NewDebugServer creates a new server that serves the debug api over GRPC
Types ¶
type Env ¶ added in v2.8.0
type Env struct {
DB *pachsql.DB
SidecarClient *client.APIClient
Name string
GetLokiClient func() (*loki.Client, error)
GetKubeClient func() kubernetes.Interface
GetDynamicKubeClient func() dynamic.Interface
Config pachconfig.Configuration
TaskService task.Service
GetPachClient func(context.Context) *client.APIClient
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.