mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-01 22:07:19 +00:00
9 lines
142 B
Go
9 lines
142 B
Go
package resource_customizations
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
// Embedded contains embedded resource customization
|
|
//go:embed *
|
|
var Embedded embed.FS
|