Documentation
¶
Index ¶
- type CallOptions
- type FilteredCallOptions
- type Instance
- func (ref *Instance) ListScores(ctx context.Context, options ...FilteredCallOptions) ([]*epss.Score, *epss.Result, error)
- func (ref *Instance) ListScoresWithHistory(ctx context.Context, options ...FilteredCallOptions) ([]*epss.ScoreWithHistory, *epss.ResultWithHistory, error)
- func (ref *Instance) LookupScore(ctx context.Context, cveID string, options ...CallOptions) (*epss.Score, *epss.Result, error)
- func (ref *Instance) LookupScoreWithHistory(ctx context.Context, cveID string, options ...CallOptions) (*epss.ScoreWithHistory, *epss.ResultWithHistory, error)
- func (ref *Instance) LookupScores(ctx context.Context, cveIDs []string, options ...CallOptions) ([]*epss.Score, *epss.Result, error)
- func (ref *Instance) LookupScoresWithHistory(ctx context.Context, cveIDs []string, options ...CallOptions) ([]*epss.ScoreWithHistory, *epss.ResultWithHistory, error)
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallOptions ¶
type FilteredCallOptions ¶
type Instance ¶
type Instance struct {
// contains filtered or unexported fields
}
func (*Instance) ListScores ¶
func (*Instance) ListScoresWithHistory ¶
func (ref *Instance) ListScoresWithHistory( ctx context.Context, options ...FilteredCallOptions) ([]*epss.ScoreWithHistory, *epss.ResultWithHistory, error)
func (*Instance) LookupScore ¶
func (*Instance) LookupScoreWithHistory ¶
func (ref *Instance) LookupScoreWithHistory( ctx context.Context, cveID string, options ...CallOptions) (*epss.ScoreWithHistory, *epss.ResultWithHistory, error)
func (*Instance) LookupScores ¶
func (*Instance) LookupScoresWithHistory ¶
func (ref *Instance) LookupScoresWithHistory( ctx context.Context, cveIDs []string, options ...CallOptions) ([]*epss.ScoreWithHistory, *epss.ResultWithHistory, error)
Click to show internal directories.
Click to hide internal directories.