refactor: restructure library to expose public API directly

feat: add new helper methods for RAC operations
docs: add comprehensive library usage documentation
chore: move example to examples/library_usage directory
This commit is contained in:
2025-08-04 12:03:45 +03:00
parent ccbe0c669d
commit 46261f066b
7 changed files with 1152 additions and 678 deletions

View File

@@ -0,0 +1,7 @@
module example
go 1.24.5
require git.benadis.ru/gitops/benadis-rac v0.0.0
replace git.benadis.ru/gitops/benadis-rac => ../..