Go library providing shared API types and license definitions for the Devsy ecosystem.
go get github.com/devsy-org/admin-apis# List available tasks
task --list
# Run linter
task lint
# Generate API types and OpenAPI definitions
task gen
# Verify generated files are up to date
task check:gen
# Check struct memory alignment
task check:structalignFeature definitions live in definitions/features.yaml. To add, remove, or edit features:
- Edit
definitions/features.yaml - Run
task gen - Commit the generated changes
This project is licensed under the Mozilla Public License 2.0.