Discover Packages
github.com/synapsecns/sanguine/contrib/screener-api
screener
package
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: Jun 9, 2024
License: MIT
Opens a new window with license information.
Imports: 32
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package screener provides the screener api.
SplitAndWriteCSV splits a csv file and writes the output to a directory.
Screener is the interface for the screener.
NewScreener creates a new screener.
type Set struct {
Enabled string `csv:"Enabled"`
ID string `csv:"ID"`
Category string `csv:"Category"`
Name string `csv:"Name"`
TypeOfRisk string `csv:"Type of risk"`
Severity string `csv:"Severity"`
}
Set is a struct for the screener set.
Source Files
¶
Directories
¶
Package internal provides internal functionality for the screener-api.
Package internal provides internal functionality for the screener-api.
Click to show internal directories.
Click to hide internal directories.