Versions in this module Expand all Collapse all v0 v0.2.0 Aug 17, 2026 v0.1.0 Aug 14, 2026 Changes in this version + type DeclaredDep struct + Name string + Scope DepScope + type DepScope string + const ScopeDev + const ScopeExplicit + const ScopePeer + const ScopeRuntime + func (s DepScope) Optional() bool + type EntryPoint struct + Form string + Name string + Target string + type Manifest struct + Deps []DeclaredDep + EntryPoints []EntryPoint + GoModulePath string + Lang vocab.Lang + Name string + Path string + func ParseGoMod(wsRoot, relPath string) (*Manifest, error) + type Member struct + DevOnly bool + ImportName string + Library bool + LintAllow []string + Manifests map[vocab.Lang]*Manifest + Name string + Path string + RegistryNameOverride string + Releasable bool + func (m *Member) RegistryName(lang vocab.Lang) string + type Workspace struct + Members []*Member + Root string + Single bool + func Load(root string) (*Workspace, error) + func (w *Workspace) MemberByName(name string) *Member