Initial commit: add project structure and .gitignore
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package resources_yaml
|
||||
|
||||
import "embed"
|
||||
|
||||
// Files embeds unified service YAML specs for provider runtime lookup.
|
||||
//
|
||||
//go:embed *.yaml
|
||||
var Files embed.FS
|
||||
Reference in New Issue
Block a user