package uid
Import Path
github.com/carapace-sh/carapace/pkg/uid (on go.dev)
Dependency Relation
imports 6 packages, and imported by 14 packages
Involved Source Files
Package uid provides unique identifiers
Package-Level Type Names (only one)
( Context) Abs(s string) (string, error)
( Context) Getenv(key string) string
( Context) LookupEnv(key string) (string, bool)
github.com/carapace-sh/carapace/pkg/style.Context (interface)
github.com/carapace-sh/carapace/pkg/traverse.Context (interface)
github.com/carapace-sh/carapace.Context
Context : github.com/carapace-sh/carapace/pkg/style.Context
Context : github.com/carapace-sh/carapace/pkg/traverse.Context
Package-Level Functions (total 4)
Command creates a uid for given command.
Executable returns the name of the executable.
Flag creates a uid for given flag.
Map maps values to uids to simplify testing.
Map(
"go.mod", "file://path/to/go.mod",
"go.sum", "file://path/to/go.sum",
)
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |