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