add configure provider by preview providers

This commit is contained in:
2023-06-03 14:31:12 +03:00
parent 3ba6b4c715
commit 83c5ab5959
10 changed files with 259 additions and 99 deletions

View File

@@ -5,4 +5,6 @@ import "errors"
var (
ErrVariableNotFound = errors.New("variable not found")
ErrInvalidValue = errors.New("invalid value")
ErrUnknowType = errors.New("unknow type")
ErrInitFactory = errors.New("init factory")
)