Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
a52db1969b
commit
178e6e956d
@ -7,6 +7,8 @@ jobs:
|
||||
autoupdate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: env
|
||||
run: export
|
||||
- name: setup-go
|
||||
uses: https://gitea.com/actions/setup-go@v3
|
||||
with:
|
||||
@ -15,5 +17,3 @@ jobs:
|
||||
uses: https://gitea.com/actions/checkout@v3
|
||||
- name: get
|
||||
run: GOBIN=/bin go get git.unistack.org/unistack-org/cmd/pkgdashcli@latest
|
||||
- name: autoupdate
|
||||
run: pkgdashcli pr
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user