Documentation ¶
Index ¶
- Variables
- func ListenAndServe(c config.Config, fsCache cache.FSCache) error
- type CacheServer
- func (s *CacheServer) MissingBlobs(_ context.Context, in *rpcCache.MissingBlobsRequest) (*rpcCache.MissingBlobsResponse, error)
- func (s *CacheServer) PutArtifact(_ context.Context, in *rpcCache.PutArtifactRequest) (*google_protobuf.Empty, error)
- func (s *CacheServer) PutBlob(_ context.Context, in *rpcCache.PutBlobRequest) (*google_protobuf.Empty, error)
- type ScanServer
Constants ¶
This section is empty.
Variables ¶
View Source
var DBWorkerSuperSet = wire.NewSet( dbFile.SuperSet, newDBWorker, )
Functions ¶
Types ¶
type CacheServer ¶ added in v0.5.0
type CacheServer struct {
// contains filtered or unexported fields
}
func NewCacheServer ¶ added in v0.5.0
func NewCacheServer(c cache.Cache) *CacheServer
func (*CacheServer) MissingBlobs ¶ added in v0.9.0
func (s *CacheServer) MissingBlobs(_ context.Context, in *rpcCache.MissingBlobsRequest) (*rpcCache.MissingBlobsResponse, error)
func (*CacheServer) PutArtifact ¶ added in v0.9.0
func (s *CacheServer) PutArtifact(_ context.Context, in *rpcCache.PutArtifactRequest) (*google_protobuf.Empty, error)
func (*CacheServer) PutBlob ¶ added in v0.9.0
func (s *CacheServer) PutBlob(_ context.Context, in *rpcCache.PutBlobRequest) (*google_protobuf.Empty, error)
type ScanServer ¶ added in v0.5.0
type ScanServer struct {
// contains filtered or unexported fields
}
func NewScanServer ¶ added in v0.5.0
func NewScanServer(s scanner.Driver, vulnClient vulnerability.Operation) *ScanServer
func (*ScanServer) Scan ¶ added in v0.5.0
func (s *ScanServer) Scan(_ context.Context, in *rpcScanner.ScanRequest) (*rpcScanner.ScanResponse, error)
Click to show internal directories.
Click to hide internal directories.