Documentation ¶
Index ¶
Constants ¶
View Source
const ( Base64Chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=" HexChars = "1234567890abcdefABCDEF" )
Variables ¶
View Source
var (
SecretsQueryMetadata map[string]string
)
Functions ¶
Types ¶
type Inspector ¶
type Inspector struct {
// contains filtered or unexported fields
}
func NewInspector ¶
func (*Inspector) GetQueriesLength ¶
type MultilineResult ¶
type MultilineResult struct {
DetectLineGroup int `json:"detectLineGroup"`
}
type RegexQuery ¶
type RegexRuleStruct ¶
type RegexRuleStruct struct { Rules []RegexQuery `json:"rules"` AllowRules []AllowRule `json:"allowRules"` }
Click to show internal directories.
Click to hide internal directories.