Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCellInterpreter ¶ added in v3.13.2
func NewNotebookService ¶
func NewNotebookService(logger *zap.Logger) notebookv1alpha1.NotebookServiceServer
Types ¶
type NotebookResolver ¶
type NotebookResolver struct {
// contains filtered or unexported fields
}
func NewResolver ¶
func NewResolver(opts ...Option) (*NotebookResolver, error)
func (*NotebookResolver) GetCellIndexByBlock ¶
func (r *NotebookResolver) GetCellIndexByBlock(block *document.CodeBlock) (uint32, error)
func (*NotebookResolver) IsDaggerShellCell ¶
func (*NotebookResolver) ResolveDaggerShell ¶
type Option ¶
type Option func(*NotebookResolver) error
func WithDocumentPath ¶
func WithNotebook ¶
func WithSource ¶
Click to show internal directories.
Click to hide internal directories.