GO-2024-3136: Dragonfly2 has hard coded cyptographic key in d7y.io/dragonfly
package
Version:
v2.0.2-beta.1
Opens a new window with list of versions in this module.
Published: Jan 12, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type SafeSet interface {
Values() []interface{}
Add(interface{}) bool
Delete(interface{})
Contains(...interface{}) bool
Len() uint
Range(func(interface{}) bool)
}
type Set interface {
Values() []interface{}
Add(interface{}) bool
Delete(interface{})
Contains(...interface{}) bool
Len() uint
Range(func(interface{}) bool)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.