Documentation ¶ Index ¶ type Workspace func NewWorkspace() *Workspace func (w *Workspace) Get(ctx context.Context, userName values.UserName) (*domain.Workspace, error) func (w *Workspace) Set(ctx context.Context, userName values.UserName, workspace *domain.Workspace) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Workspace ¶ type Workspace struct { // contains filtered or unexported fields } func NewWorkspace ¶ func NewWorkspace() *Workspace func (*Workspace) Get ¶ func (w *Workspace) Get(ctx context.Context, userName values.UserName) (*domain.Workspace, error) func (*Workspace) Set ¶ func (w *Workspace) Set(ctx context.Context, userName values.UserName, workspace *domain.Workspace) error Source Files ¶ View all Source files workspace.go Click to show internal directories. Click to hide internal directories.