package
Version:
v0.2.21
Opens a new window with list of versions in this module.
Published: Nov 14, 2025
License: 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
¶
View Source
const (
ModeAsk = "ask"
ModeAuto = "auto"
ModeDeny = "deny"
)
type Config struct {
Mode string `json:"mode,omitempty" yaml:"mode,omitempty"`
AllowList []string `json:"allow,omitempty" yaml:"allow,omitempty"`
BlockList []string `json:"block,omitempty" yaml:"block,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.