Versions in this module Expand all Collapse all v1 v1.0.0 May 31, 2023 Changes in this version + type Commands struct + DeleteDataModel DeleteDataModelHandler + PatchDataModel PatchDataModelHandler + func NewCommands(dataModelRepo datamodel.Repository, ...) *Commands + type DeleteDataModelCommand struct + Headers []string + ID string + RowIDs []string + WorkspaceID string + type DeleteDataModelHandler interface + Handle func(ctx context.Context, cmd *DeleteDataModelCommand) error + func NewDeleteDataModelHandler(svc datamodel.Service, workspaceReadModel workspacequery.WorkspaceReadModel, ...) DeleteDataModelHandler + type PatchDataModelCommand struct + Async bool + Headers []string + Name string + Rows [][]string + WorkspaceID string + type PatchDataModelHandler interface + Handle func(ctx context.Context, cmd *PatchDataModelCommand) (string, error) + func NewPatchDataModelHandler(svc datamodel.Service, workspaceReadModel workspacequery.WorkspaceReadModel, ...) PatchDataModelHandler