Documentation
¶
Index ¶
- Variables
- func NewInstrument(next v0proto.JupyterNotebookSupportHandler, metrics *metrics.Metrics) v0proto.JupyterNotebookSupportHandler
- func NewLogging(next v0proto.JupyterNotebookSupportHandler, logger log.Logger) v0proto.JupyterNotebookSupportHandler
- func NewService() v0proto.JupyterNotebookSupportHandler
- func NewTracing(next v0proto.JupyterNotebookSupportHandler) v0proto.JupyterNotebookSupportHandler
- func RegisterSettingsBundles(l *olog.Logger)
- type JupyterNotebookSupport
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrMissingName defines the error if name is missing. ErrMissingName = errors.New("missing a name") )
Functions ¶
func NewInstrument ¶
func NewInstrument(next v0proto.JupyterNotebookSupportHandler, metrics *metrics.Metrics) v0proto.JupyterNotebookSupportHandler
NewInstrument returns a service that instruments metrics.
func NewLogging ¶
func NewLogging(next v0proto.JupyterNotebookSupportHandler, logger log.Logger) v0proto.JupyterNotebookSupportHandler
NewLogging returns a service that logs messages.
func NewService ¶
func NewService() v0proto.JupyterNotebookSupportHandler
NewService returns a service implementation for HelloHandler.
func NewTracing ¶
func NewTracing(next v0proto.JupyterNotebookSupportHandler) v0proto.JupyterNotebookSupportHandler
NewTracing returns a service that instruments traces.
func RegisterSettingsBundles ¶
RegisterSettingsBundles pushes the settings bundle definitions for this extension to the ocis-settings service.
Types ¶
type JupyterNotebookSupport ¶
type JupyterNotebookSupport struct { }
Hello defines implements the business logic for HelloHandler.
func (JupyterNotebookSupport) GenerateHTML ¶
func (s JupyterNotebookSupport) GenerateHTML(ctx context.Context, req *v0proto.JupyterNotebookJSON, rsp *v0proto.JupyterNotebookHTML) error
Greet implements the HelloHandler interface.
Click to show internal directories.
Click to hide internal directories.