Documentation
¶
Index ¶
Constants ¶
View Source
const ( UvLockFileName = "uv.lock" RequirementsTxtFileName = "requirements.txt" PyprojectTomlFileName = "pyproject.toml" UvWorkspacePathProperty = "uv:workspace:path" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func NewUvClient ¶
func NewUvClient() Client
func NewUvClientWithExecutor ¶
NewUvClientWithExecutor creates a new uv client with a custom executor for testing.
func NewUvClientWithPath ¶
type MockClient ¶ added in v0.9.1
func (*MockClient) ExportSBOM ¶ added in v0.9.1
type Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
func NewUvPlugin ¶
func NewUvPlugin(client Client, snykClient *snykclient.SnykClient, remoteRepoURL string) Plugin
type WorkspacePackage ¶ added in v0.9.1
Click to show internal directories.
Click to hide internal directories.