# Functions
DeleteWorkspaceTemplates deletes all the templates in a workspace.
TemplateByName looks up a config template by name in a database.
UnmarshalTemplateConfig unmarshals the template config into `o` and returns api-ready errors.
# Variables
AuthZProvider is the authz registry for Notebooks, Shells, and Commands.
# Structs
TemplateAPIServer implements the template APIs for Determined's API server.
TemplateAuthZBasic is basic OSS controls.
TemplateAuthZPermissive is permissive implementation of the TemplateAuthZ interface.
TemplateAuthZRBAC is the RBAC implementation of the TemplateAuthZ interface.
# Interfaces
TemplateAuthZ describes authz methods for template actions.