Documentation
¶
Index ¶
- func ComputeSHA256sum(file fs.Path) (string, error)
- func ComputeSHA256sumForBytes(b []byte) string
- func InjectEnvToProperties(dst collection.Properties, src collection.Environment)
- func ResolveConfig(props collection.Properties) error
- func Unzip(from, to fs.Path) error
- func Zip(from, to fs.Path, override bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComputeSHA256sumForBytes ¶ added in v0.0.2
ComputeSHA256sumForBytes ...
func InjectEnvToProperties ¶ added in v0.0.3
func InjectEnvToProperties(dst collection.Properties, src collection.Environment)
InjectEnvToProperties 把所有的环境变量注入到目标属性表中(以“env.”为前缀)
func ResolveConfig ¶ added in v0.0.2
func ResolveConfig(props collection.Properties) error
ResolveConfig 解析配置中的变量
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.