notebook

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Commands

type Commands struct {
	Create CreateHandler
	Update UpdateHandler
	Delete DeleteHandler
}

func NewCommands

func NewCommands(repo notebook.Repository, workspaceReadModel workspace.WorkspaceReadModel, eb eventbus.EventBus, readModel query.ReadModel, factory *notebook.Factory) *Commands

type CreateCommand

type CreateCommand struct {
	Name        string
	WorkspaceID string
	Content     []byte
}

CreateCommand ...

type CreateHandler

type CreateHandler interface {
	Handle(context.Context, *CreateCommand) error
}

CreateHandler ...

func NewCreateHandler

func NewCreateHandler(svc notebook.Service, workspaceReadModel workspace.WorkspaceReadModel) CreateHandler

NewCreateHandler ...

type DeleteCommand

type DeleteCommand struct {
	Name        string
	WorkspaceID string
}

type DeleteHandler

type DeleteHandler interface {
	Handle(context.Context, *DeleteCommand) error
}

DeleteHandler ...

func NewDeleteHandler

func NewDeleteHandler(svc notebook.Service, workspaceReadModel workspace.WorkspaceReadModel) DeleteHandler

NewDeleteHandler ...

type UpdateCommand

type UpdateCommand struct {
	Name        string
	WorkspaceID string
	Content     []byte
}

type UpdateHandler

type UpdateHandler interface {
	Handle(context.Context, *UpdateCommand) error
}

UpdateHandler ...

func NewUpdateHandler

func NewUpdateHandler(svc notebook.Service, workspaceReadModel workspace.WorkspaceReadModel) UpdateHandler

NewUpdateHandler ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL