Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetHandler ¶
func NewGetHandler ¶
func NewGetHandler(readModel ReadModel, workspaceReadModel workspace.WorkspaceReadModel) GetHandler
type ListHandler ¶
func NewListHandler ¶
func NewListHandler(readModel ReadModel, workspaceReadModel workspace.WorkspaceReadModel) ListHandler
type Notebook ¶
type Notebook struct {
Name string
WorkspaceID string
Content []byte
Size int64
UpdateTime time.Time
}
Notebook is DTO
type Queries ¶
type Queries struct {
List ListHandler
Get GetHandler
}
func NewQueries ¶
func NewQueries(readModel ReadModel, workspaceReadModel workspace.WorkspaceReadModel) *Queries
Click to show internal directories.
Click to hide internal directories.