updates
Some checks failed
/ autoupdate (push) Failing after 38s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2023-09-23 23:43:16 +03:00
parent a52db1969b
commit 178e6e956d
2 changed files with 4 additions and 4 deletions

View File

@@ -63,9 +63,9 @@ func NewOptions(opts ...options.Option) Options {
// LoadOptions struct
type LoadOptions struct {
Struct interface{}
Context context.Context
Override bool
Append bool
Context context.Context
}
// NewLoadOptions create LoadOptions struct with provided opts