Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Lockfile ¶
type Lockfile struct { Packages []struct { Category string `toml:"category"` Description string `toml:"description"` Marker string `toml:"marker,omitempty"` Name string `toml:"name"` Optional bool `toml:"optional"` PythonVersions string `toml:"python-versions"` Version string `toml:"version"` Dependencies map[string]interface{} `toml:"dependencies"` Metadata interface{} } `toml:"package"` }
Click to show internal directories.
Click to hide internal directories.