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