package
Version:
v0.0.0-...-6574dfe
Opens a new window with list of versions in this module.
Published: Nov 10, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Sig struct {
EnFeature string `json:"en_feature"`
Feature string `json:"feature"`
EnGroup string `json:"en_group"`
SigNames string `json:"sig_names"`
Group string `json:"group"`
}
type SigValidator interface {
IsValidSig(sig string) bool
GetAll() []Sig
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.