Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ForceSkipBinaries atomic.Bool ForceSkipArchives atomic.Bool GitCloneTimeoutDuration atomic.Int64 SkipAdditionalRefs atomic.Bool EnableAPKHandler atomic.Bool UserAgentSuffix AtomicString UseSimplifiedGitlabEnumeration atomic.Bool UseGitMirror atomic.Bool GitlabProjectsPerPage atomic.Int64 UseGithubGraphQLAPI atomic.Bool // use github graphql api to fetch issues, pr's and comments HTMLDecoderEnabled atomic.Bool PineconeDetectorEnabled atomic.Bool CloudinaryDetectorEnabled atomic.Bool GitLabOAuthDetectorEnabled atomic.Bool EnigmaDetectorEnabled atomic.Bool DatadogApiKeyDetectorEnabled atomic.Bool TlyDetectorEnabled atomic.Bool WitDetectorEnabled atomic.Bool RevDetectorEnabled atomic.Bool UserDetectorEnabled atomic.Bool BraintrustDetectorEnabled atomic.Bool PgAnalyzeReadKeyDetectorEnabled atomic.Bool RedHatPyxisDetectorEnabled atomic.Bool OctopusDeployDetectorEnabled atomic.Bool DropUnverifiedJWTResults atomic.Bool )
Functions ¶
This section is empty.
Types ¶
type AtomicString ¶ added in v3.82.2
type AtomicString struct {
// contains filtered or unexported fields
}
func (*AtomicString) Load ¶ added in v3.82.2
func (as *AtomicString) Load() string
Load returns the current value of the atomic string
func (*AtomicString) Store ¶ added in v3.82.2
func (as *AtomicString) Store(newValue string)
Store sets the value of the atomic string
func (*AtomicString) Swap ¶ added in v3.82.2
func (as *AtomicString) Swap(newValue string) string
Swap atomically swaps the current string with a new one and returns the old value
Click to show internal directories.
Click to hide internal directories.