Versions in this module Expand all Collapse all v1 v1.1.0 Mar 27, 2024 v1.0.0 Mar 27, 2024 Changes in this version + func NewDefaultECSClient() ecsClient + func NewDiscovery(opts ...Option) (*discovery, error) + func NewECSCacheClient(logger log.Logger, client ecsClient) ecsClient + type Option func(*discovery) error + func WithAWSECSClient(client ecsClient) Option + func WithLogger(logger log.Logger) Option + func WithRefreshInterval(refreshInterval int) Option