Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Build ¶
type Build struct { // OutputDatabaseLocation is the location of the SQLite database to write OutputDatabaseLocation string // OverwriteDatabase specifies whether to overwrite the database if it already exists OverwriteDatabase bool }
Build specifies the configuration for building a database.
type Input ¶
An Input provides access to JSON-encoded OSV data
func NewFSInput ¶
NewFSInput returns an Input that reads from JSON files in a file system.
func NewFileInput ¶
NewFileInput returns an Input that reads from a file.
Click to show internal directories.
Click to hide internal directories.