workspace

package
v5.0.2 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2026 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Overview

Package workspace implements workspace persistence layer.

It is currently backed by a SQL db.

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type DAO

type DAO interface {
	resources.DAO

	Migrate(ctx context.Context) error

	// Add creates or updates a workspace in the database.
	// It returns true in case of an update.
	Add(context.Context, interface{}) (bool, error)
	Del(context.Context, service2.Enquirer) (numRows int64, e error)
	Search(context.Context, service2.Enquirer, *[]interface{}) error
}

DAO interface

Directories

Path Synopsis
dao
sql
service
Package service provides the GRPC persistence for workspaces
Package service provides the GRPC persistence for workspaces
Package rest provides a gateway to the underlying grpc service
Package rest provides a gateway to the underlying grpc service
service
Package service provides a REST gateway to the workspaces
Package service provides a REST gateway to the workspaces

Jump to

Keyboard shortcuts

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