Documentation ¶
Overview ¶
Package lockfile provides primitives to interact with the openapi HTTP API.
Code generated by github.com/oapi-codegen/oapi-codegen/v2 version 2.4.1 DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Lockfile ¶
type Lockfile string
Lockfile defines model for Lockfile.
const ( None Lockfile = "" PackageLockJSON Lockfile = "package-lock.json" PoetryLock Lockfile = "poetry.lock" )
Defines values for Lockfile.
func FromEcosystem ¶
FromEcosystem returns the list of supported lock files for the given ecosystem.
func FromString ¶
Click to show internal directories.
Click to hide internal directories.