docs: add detailed package-level comments to all TOOLS/ and provider/
TOOLS: - yaml-generator: types (API↔YAML), client (proxy/REST + retry) - resource-generator: types (3 resource kinds), loader (pipeline), writers (generated files), params (merge/CreateOnly/ForceNew) - docs-generator, ops-generator — already documented provider: - main.go: entrypoint + build instructions - core: API client (GetInstance, RunOperation, GetInstanceState) - provider: provider registration (New, Resources, Schema) - resources_core: shared CRUD, state refresh, params, validation
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
// ВНИМАНИЕ: НЕ ИЗМЕНЯТЬ НИЧЕГО В ЯДРЕ БЕЗ ПРЯМОГО РАЗРЕШЕНИЯ ОПЕРАТОРА.
|
||||
// Package core — ядро провайдера: HTTP-клиент Nubes API.
|
||||
//
|
||||
// Содержит:
|
||||
// - Client — HTTP-клиент с retry, таймаутами, Bearer-токеном
|
||||
// - Методы GetInstance*, RunOperation*, GetInstanceState*
|
||||
// - Логику определения proxy vs REST API (isProxyAPI)
|
||||
//
|
||||
// ⛔ НЕ ИЗМЕНЯТЬ НИЧЕГО В ЯДРЕ БЕЗ ПРЯМОГО РАЗРЕШЕНИЯ ОПЕРАТОРА.
|
||||
package core
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user