go-io/workspace/doc.go
Virgil 32cfabb5e0
Some checks failed
CI / test (push) Failing after 3s
CI / auto-fix (push) Failing after 0s
CI / auto-merge (push) Failing after 1s
refactor(ax): normalize remaining usage examples
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 05:10:35 +00:00

5 lines
304 B
Go

// Example: service, _ := workspace.New(workspace.Options{CryptProvider: cryptProvider})
// Example: workspaceID, _ := service.CreateWorkspace("alice", "pass123")
// Example: _ = service.SwitchWorkspace(workspaceID)
// Example: _ = service.WorkspaceFileSet("notes/todo.txt", "ship it")
package workspace