Documentation
¶
Index ¶
- type CallOptions
- type FilteredCallOptions
- type Instance
- func (ref *Instance) GenericListCall(ctx context.Context, format string, options ...FilteredCallOptions) (string, error)
- func (ref *Instance) GenericLookupCall(ctx context.Context, cveIDs []string, format string, options ...CallOptions) (string, error)
- func (ref *Instance) ListCall(ctx context.Context, options ...FilteredCallOptions) (epss.ReplyType, error)
- func (ref *Instance) LookupCall(ctx context.Context, cveIDs []string, options ...CallOptions) (epss.ReplyType, 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) GenericListCall ¶
func (*Instance) GenericLookupCall ¶
func (*Instance) LookupCall ¶
Click to show internal directories.
Click to hide internal directories.