Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAPIPartialFail = errors.New("an API request failed")
View Source
var ErrDecode = errors.New("Decoding Error")
View Source
var ErrEncode = errors.New("Encoding failed")
View Source
var ErrNotFound = errors.New("CVE not found in Data Store")
Functions ¶
Types ¶
type CSVDecoder ¶ added in v0.0.10
type CSVDecoder struct {
// contains filtered or unexported fields
}
func NewCSVDecoder ¶ added in v0.0.10
func NewCSVDecoder(r io.Reader) *CSVDecoder
func (*CSVDecoder) Decode ¶ added in v0.0.10
func (c *CSVDecoder) Decode(store *DataStore) error
type DataStore ¶ added in v0.0.10
type DataStore struct {
// contains filtered or unexported fields
}
func NewDataStore ¶ added in v0.0.10
func NewDataStore() *DataStore
type ResponseData ¶ added in v0.0.10
Click to show internal directories.
Click to hide internal directories.