store

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: May 5, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrWorkspaceNotFound a workspace is not found.
	ErrWorkspaceNotFound = errors.New("not found")
)

Functions

This section is empty.

Types

type IWorkspace

type IWorkspace interface {
	Set(ctx context.Context, userName values.UserName, workspace *domain.Workspace) error
	Get(ctx context.Context, userName values.UserName) (*domain.Workspace, error)
}

Directories

Path Synopsis
Package mock_store is a generated GoMock package.
Package mock_store is a generated GoMock package.

Jump to

Keyboard shortcuts

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