Documentation
¶
Index ¶
- Constants
- func English() []string
- func GetAIAliasesDir() string
- func GetAIDir() string
- func GetAIExtensionsDir() string
- func GetChunkDataDir() string
- func GetRootAppDir() string
- func GetTrafficEncoderDir() string
- func GetZigDir() string
- func Setup(force bool, echo bool)
- func SetupGoPath(goPathSrc string, includeDNS bool) error
Constants ¶
View Source
const ( // AIDirName stores server-side AI helper data under the Sliver root. AIDirName = "ai" // AIAliasesDirName stores aliases made available to the server-side AI agent. AIAliasesDirName = "aliases" // AIExtensionsDirName stores extensions made available to the server-side AI agent. AIExtensionsDirName = "extensions" )
View Source
const (
// GoDirName - The directory to store the go compiler/toolchain files in
GoDirName = "go"
)
Variables ¶
This section is empty.
Functions ¶
func English ¶
func English() []string
English - Extracts the english dictionary for the english encoder
func GetAIAliasesDir ¶ added in v1.7.4
func GetAIAliasesDir() string
GetAIAliasesDir returns the server-side AI alias directory: ~/.sliver/ai/aliases
func GetAIDir ¶ added in v1.7.4
func GetAIDir() string
GetAIDir returns the server-side AI data directory: ~/.sliver/ai
func GetAIExtensionsDir ¶ added in v1.7.4
func GetAIExtensionsDir() string
GetAIExtensionsDir returns the server-side AI extension directory: ~/.sliver/ai/extensions
func GetChunkDataDir ¶ added in v1.6.0
func GetChunkDataDir() string
GetChunkDataDir - Get the Sliver chunk data dir, default is: ~/.sliver/crack/chunks/
func GetRootAppDir ¶
func GetRootAppDir() string
GetRootAppDir - Get the Sliver app dir, default is: ~/.sliver/
func GetTrafficEncoderDir ¶ added in v1.6.0
func GetTrafficEncoderDir() string
GetTrafficEncoderDir - Get the Sliver traffic encoder dir, default is: ~/.sliver/traffic-encoders/
func SetupGoPath ¶
SetupGoPath - Extracts dependencies to goPathSrc
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.