Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: replace implementation with sdk #36

Merged
merged 1 commit into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading