William Petit
768393adc8
Some checks reported warnings
arcad/arcast/pipeline/head This commit is unstable
8 lines
131 B
Go
8 lines
131 B
Go
package config
|
|
|
|
var DefaultTransforms = []TransformFunc{
|
|
GenerateSelfSignedCert,
|
|
RenewExpiredSelfSignedCert,
|
|
CreateCustomDir,
|
|
}
|