Versions in this module Expand all Collapse all v1 v1.0.0 May 31, 2023 Changes in this version + func CreateNotebookServer(ctx context.Context, c *app.RequestContext, handler command.CreateHandler) + func DeleteNotebookServer(ctx context.Context, c *app.RequestContext, handler command.DeleteHandler) + func GetNotebookServer(ctx context.Context, c *app.RequestContext, handler query.GetHandler) + func ListNotebookServers(ctx context.Context, c *app.RequestContext, handler query.ListHandler) + func NewRouteRegister(service *application.Service) server.RouteRegister + func SwitchNotebookServer(ctx context.Context, c *app.RequestContext, handler command.SwitchHandler) + func UpdateNotebookServerSettings(ctx context.Context, c *app.RequestContext, handler command.UpdateHandler)