go-io/workspace/doc.go
Virgil fc34a75fb2
Some checks failed
CI / auto-fix (push) Failing after 0s
CI / test (push) Failing after 3s
CI / auto-merge (push) Failing after 0s
refactor(ax): continue AX surface alignment
2026-03-30 22:39:50 +00:00

7 lines
360 B
Go

// Package workspace creates encrypted workspaces on top of io.Medium.
//
// service, _ := workspace.New(workspace.Options{Core: core.New(), CryptProvider: cryptProvider})
// workspaceID, _ := service.CreateWorkspace("alice", "pass123")
// _ = service.SwitchWorkspace(workspaceID)
// _ = service.WorkspaceFileSet("notes/todo.txt", "ship it")
package workspace