Uploaded image for project: 'Project Quay'
  1. Project Quay
  2. PROJQUAY-697

Controller support for networked scanners

    XMLWordPrintable

Details

    • Qui-Gon [Quay 184]
    • 0

    Description

      Claircore's scan controller should have support for opting in to making RPC calls, with the extreme caveats that it entails.

      The Scanners should opt in by implementing an additional interface, like:

      type RPCScanner interface {
          RPCScan(...) (T, error)
      }
      

      This new method will get some shared resources passed in, like an *http.Client that's been configured.

      Attachments

        Activity

          People

            hdonnay Henry Donnay
            hdonnay Henry Donnay
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: