Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ManifestCache cache.Cache[docker.ImageManifest]
Functions ¶
This section is empty.
Types ¶
type ImagePlatformBidStrategy ¶
type ImagePlatformBidStrategy struct {
// contains filtered or unexported fields
}
func NewImagePlatformBidStrategy ¶
func NewImagePlatformBidStrategy(client *docker.Client) *ImagePlatformBidStrategy
func (*ImagePlatformBidStrategy) ShouldBid ¶
func (s *ImagePlatformBidStrategy) ShouldBid( ctx context.Context, request bidstrategy.BidStrategyRequest, ) (bidstrategy.BidStrategyResponse, error)
ShouldBid implements semantic.SemanticBidStrategy
Click to show internal directories.
Click to hide internal directories.