Documentation
¶
Overview ¶
Package stripe provides detectors for Stripe secret types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LiveKey ¶
type LiveKey struct{}
LiveKey detects Stripe live API keys (secret and restricted).
func (*LiveKey) Description ¶
Description returns a human-readable description of the Stripe live key detector.
func (*LiveKey) Keywords ¶
Keywords returns the Aho-Corasick pre-filter keywords for Stripe live key detection.
type TestKey ¶
type TestKey struct{}
TestKey detects Stripe test API keys (secret and restricted).
func (*TestKey) Description ¶
Description returns a human-readable description of the Stripe test key detector.
func (*TestKey) Keywords ¶
Keywords returns the Aho-Corasick pre-filter keywords for Stripe test key detection.
Click to show internal directories.
Click to hide internal directories.