Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpb587/go-onc
A library to represent Open Network Configuration (ONC) files.
https://github.com/dpb587/go-onc
chromium onc
Last synced: about 1 month ago
JSON representation
A library to represent Open Network Configuration (ONC) files.
- Host: GitHub
- URL: https://github.com/dpb587/go-onc
- Owner: dpb587
- License: mit
- Created: 2018-09-15T02:45:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-15T02:45:33.000Z (about 6 years ago)
- Last Synced: 2024-07-30T17:34:36.977Z (4 months ago)
- Topics: chromium, onc
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-onc
A library to represent [Open Network Configuration](https://chromium.googlesource.com/chromium/src/+/master/components/onc/docs/onc_spec.md) (ONC) files.
Conventions
* files follow namespaces defined in [`onc_constants.h`](https://chromium.googlesource.com/chromium/src/+/master/components/onc/onc_constants.h)
## License
[MIT License](LICENSE)