with regex

This commit is contained in:
2022-11-02 01:56:57 +01:00
parent d484d44981
commit dd225fc130
3 changed files with 130 additions and 0 deletions

6
pkg/schema/schema.go Normal file
View File

@@ -0,0 +1,6 @@
package schema
type CharSchema struct {
Registry string `json:"registry" yaml:"registry"`
Plugins CharSchemaPlugins `json:"plugins" yaml:"plugins"`
}