update configure providers
All checks were successful
Go Action / goaction (pull_request) Successful in 1m3s

This commit is contained in:
2026-01-06 12:30:08 +03:00
parent a9af1ee6fa
commit a4c9c10a2d
9 changed files with 122 additions and 12 deletions

View File

@@ -44,10 +44,10 @@ type BindProvider interface {
Bind(ctx context.Context, data Variables) error
}
type DunpProvider interface {
type DumpProvider interface {
Provider
DumpRefernce(ctx context.Context, w io.Writer, opts Options) error
DumpReference(ctx context.Context, w io.Writer, opts Options) error
}
type Providers interface {