update configure providers
All checks were successful
Go Action / goaction (pull_request) Successful in 1m3s
All checks were successful
Go Action / goaction (pull_request) Successful in 1m3s
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user