Discover Packages
github.com/DataDog/dd-trace-go/v2
internal
appsec
listener
package
Version:
v2.0.0-beta.8
Opens a new window with list of versions in this module.
Published: Nov 8, 2024
License: Apache-2.0, BSD-3-Clause, Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Feature interface {
String() string
Stop()
}
Feature is an interface that represents a feature that can be started and stopped.
NewFeature is a function that creates a new feature.
The error returned will be fatal for the application if not nil.
If both the feature and the error are nil, the feature will be considered inactive.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.