# Functions
NewAuthServer creates a new AuthServer.
NewConfigServer creates a new ConfigServer.
NewCronWorkflowServer creates a new CronWorkflowServer.
NewFileServer creates a new FileServer.
NewInferenceService creates a new InferenceServiceServer.
NewLabelServer creates a new LabelServer.
NewNamespaceServer creates a new NamespaceServer.
NewSecretServer creates a new SecretServer.
NewServiceServer creates a new ServiceServer.
NewWorkflowServer creates a new WorkflowServer.
NewWorkflowTemplateServer creates a new WorkflowTemplateServer.
NewWorkspaceServer creates a new WorkspaceServer.
NewWorkspaceTemplateServer creates a new WorkspaceTemplateServer.
# Constants
No description provided by the author
# Structs
AuthServer contains logic for checking Authorization of resources in the system.
ConfigServer contains actions for system configuration related items.
CronWorkflowServer is an implementation of the grpc CronWorkflowServer.
FileServer is an implementation of the grpc WorkflowServer.
InferenceServiceServer is an implementation of the grpc InferenceServiceServer.
LabelServer is an implementation of the grpc LabelServer.
NamespaceServer is an implementation of the grpc NamespaceServer.
SecretServer is an implementation of the grpc SecretServer.
ServiceServer contains actions for installed services.
WorkflowServer is an implementation of the grpc WorkflowServer.
WorkflowTemplateServer is an implementation of the grpc WorkflowTemplateServer.
WorkspaceServer is an implementation of the grpc WorkspaceServer.
WorkspaceTemplateServer is an implementation of the grpc WorkspaceTemplateServer.