Documentation ¶
Overview ¶
SPDX-License-Identifier: GPL-2.0-only
Index ¶
- Constants
- type Config
- func (c *Config) GetInteger(key string) (value int, err error)
- func (c *Config) GetReal(key string) (value float64, err error)
- func (c *Config) GetText(key string) (value string, err error)
- func (c *Config) SetInteger(key string, value int) (err error)
- func (c *Config) SetReal(key string, value float64) (err error)
- func (c *Config) SetText(key string, value string) (err error)
Constants ¶
View Source
const ( ProcessModuleStatus = "process module status" ProcessProtectionMode = "process protection mode" ProcessCmdDefaultStatus = "process cmd default status" FileModuleStatus = "file module status" NetModuleStatus = "net module status" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.