Merge branch 'feature/PRXS-2731-SchemaFromYAML' into 'master'
Реализована возможность загрузки схем из YAML и JSON файлов See merge request perxis/perxis-go!292
No related branches found
No related tags found
Showing
- go.mod 2 additions, 2 deletionsgo.mod
- go.sum 2 additions, 2 deletionsgo.sum
- pkg/schema/schema.go 37 additions, 0 deletionspkg/schema/schema.go
- pkg/schema/schema_json.go 13 additions, 9 deletionspkg/schema/schema_json.go
- pkg/schema/schema_yaml.go 55 additions, 0 deletionspkg/schema/schema_yaml.go
- pkg/schema/test/assets/invalid.json 0 additions, 0 deletionspkg/schema/test/assets/invalid.json
- pkg/schema/test/assets/not_schema.txt 0 additions, 0 deletionspkg/schema/test/assets/not_schema.txt
- pkg/schema/test/assets/web_pages.json 420 additions, 0 deletionspkg/schema/test/assets/web_pages.json
- pkg/schema/test/assets/web_pages.yml 297 additions, 0 deletionspkg/schema/test/assets/web_pages.yml
- pkg/schema/test/convert_test.go 211 additions, 0 deletionspkg/schema/test/convert_test.go
- pkg/schema/test/object_test.go 77 additions, 0 deletionspkg/schema/test/object_test.go
Loading
Please register or sign in to comment