Versions in this module Expand all Collapse all v2 v2.0.1-a-rc2 Sep 23, 2021 GO-2024-3136 GO-2024-3136: Dragonfly2 has hard coded cyptographic key in d7y.io/dragonfly v2.0.1-a-rc1 Sep 13, 2021 GO-2024-3136 GO-2024-3136: Dragonfly2 has hard coded cyptographic key in d7y.io/dragonfly v2.0.0 Sep 9, 2021 GO-2024-3136 GO-2024-3136: Dragonfly2 has hard coded cyptographic key in d7y.io/dragonfly Changes in this version + var ErrCDNClientUninitialized = errors.New("cdn client is not initialized") + var ErrCDNDownloadFail = errors.New("cdn task download failed") + var ErrCDNInvokeFail = errors.New("invoke cdn interface failed") + var ErrCDNRegisterFail = errors.New("cdn task register failed") + var ErrCDNUnknown = errors.New("cdn obtain seed encounter unknown err") + var ErrInitCDNPeerFail = errors.New("init cdn peer failed") + func NewManager(cdnClient RefreshableCDNClient, peerManager supervisor.PeerMgr, ...) (supervisor.CDNMgr, error) + type RefreshableCDNClient interface + GetCDNHost func(hostID string) (*supervisor.PeerHost, bool) + func NewRefreshableCDNClient(dynConfig config.DynconfigInterface, opts []grpc.DialOption) (RefreshableCDNClient, error) v2.0.0-alpha-2 Sep 6, 2021 GO-2024-3136 GO-2024-3136: Dragonfly2 has hard coded cyptographic key in d7y.io/dragonfly