github.com/quay/claircore@v1.5.28/docs/reference/rpcscanner.md (about)

     1  # RPCScanner
     2  `RPCScanner` is an optional interface a `Scanner` may implement.
     3  When implemented, the scanner's `Configure` method will be called with a
     4  `ConfigDeserializer` function and an HTTP client.
     5  The `Scanner` may pass its config as an argument to the `ConfigDeserializer`
     6  function to populate the struct and use the HTTP client for any remote access
     7  necessary during the scanning process.
     8  
     9  {{# godoc indexer.RPCScanner}}
    10  {{# godoc indexer.ConfigDeserializer}}