//
pkg.gl
Category
github.com/infinitbyte/framework
lib
go-ucfg
diff
package
1.1.3
Repository:
https://github.com/infinitbyte/framework.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
85 SLOC
#
Functions
CompareConfigs
CompareConfigs takes two configuration and return the difference between the defined keys.
#
Constants
Add
Add keys added from the first config.
Keep
Keep keys present in both config.
Remove
Remove keys no longer present in the config.
#
Type aliases
Diff
Diff format of a diff.
Type
Type custom type to identify what was added, remove or keep in the configuration.