Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
SWPath string //the main path of your sw files
OriginalPath string
FuncCheckSum func([]byte) string //funtion to get checksum
FuncIDURLNormal FuncString //function to get id and url from file if content it's not obfuscated
FuncIDURLObf FuncString //function to get id and url from file if content it's obfuscated
FuncObf FuncObf //function to get the file's obfuscated content
FuncReplaceRelPath FuncSkipPath //function to skip files, it returns true, file will be skip for replacement
SkipLogging bool
}
Config it will have the config to use
func GetDefaultConfig ¶
func GetDefaultConfig() Config
GetDefaultConfig returns the default configuration to use to hadle the files
type FuncSkipPath ¶
FuncSkipPath represents a func to skip files, first argument should be the file's full path that contains the path to skip
Source Files
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
this package is suppose to work internally, I will make this setup available ti public in a future
|
this package is suppose to work internally, I will make this setup available ti public in a future |
Click to show internal directories.
Click to hide internal directories.