Skip to content

Commit

Permalink
Merge pull request #36 from okp4/feat/use-sdk
Browse files Browse the repository at this point in the history
feat: replace implementation with sdk
  • Loading branch information
amimart authored Sep 18, 2024
2 parents e7ac155 + db9ba2b commit 2855476
Show file tree
Hide file tree
Showing 18 changed files with 320 additions and 1,475 deletions.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ linters:
- nilerr
- nilnil
- noctx
- nolintlint
- prealloc
- predeclared
- promlinter
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#--- Build stage
FROM golang:1.21-bullseye AS go-builder
FROM golang:1.22-bullseye AS go-builder

WORKDIR /src

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ make build

## Example

> ⚠️ **The following example mey be outdated**.
Hereafter is presented an example using this proxy locally, providing all the needed elements to feed a local dataverse and interact with it.

Through this example, we'll have a [Minio](https://github.com/minio/minio) instance declared as a digital storage service with an attached governance allowing usage in a specific zone. And a dataset representing a single file with a governance allowing the same zone and a specific orchestration service, the dataset will use the minio as storage service.
Expand Down
59 changes: 0 additions & 59 deletions app/app.go

This file was deleted.

80 changes: 0 additions & 80 deletions app/handler.go

This file was deleted.

19 changes: 0 additions & 19 deletions app/server.go

This file was deleted.

129 changes: 0 additions & 129 deletions auth/authenticator.go

This file was deleted.

Loading

0 comments on commit 2855476

Please sign in to comment.