refactor: rename package from gitops_rac to benadis_rac

The package and related files have been renamed to better reflect the project's naming conventions. This change includes:
- Renaming the main package file
- Updating all references in integration tests
- Maintaining all existing functionality without behavior changes
This commit is contained in:
2025-08-04 11:07:42 +03:00
parent b1bde827de
commit ccbe0c669d
2 changed files with 21 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
// Package gitops_rac provides functionality for managing 1C service mode // Package benadis_rac provides functionality for managing 1C service mode
package gitops_rac package benadis_rac
import ( import (
"context" "context"

View File

@@ -1,7 +1,7 @@
//go:build integration //go:build integration
// +build integration // +build integration
package gitops_rac package git.benadis.ru/gitops/benadis-rac
import ( import (
"context" "context"