No description
  • Go 95.2%
  • Makefile 3.7%
  • Shell 1.1%
Find a file
dependabot[bot] 5f6fd17128 Bump release-drafter/release-drafter from 5 to 6
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5 to 6.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5...v6)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-02 14:01:16 +01:00
.github Bump release-drafter/release-drafter from 5 to 6 2024-02-02 14:01:16 +01:00
.reuse Make project REUSE compliant 2023-12-11 16:53:57 +01:00
api support configure interface's metering params 2024-01-22 18:22:53 +01:00
client add missing tests 2024-01-23 11:14:18 +01:00
docs reorg documentation 2023-12-11 10:56:04 +01:00
errors add negative interface tests 2023-12-14 11:38:22 +01:00
hack Make project REUSE compliant 2023-12-11 16:53:57 +01:00
LICENSES Make project REUSE compliant 2023-12-11 16:53:57 +01:00
proto support configure interface's metering params 2024-01-22 18:22:53 +01:00
.gitignore Improve protoc generation 2023-12-11 09:19:15 +01:00
CODEOWNERS Add CODEOWNERS to project 2023-12-12 17:36:32 +01:00
go.mod Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 2024-01-23 14:12:48 +01:00
go.sum Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 2024-01-23 14:12:48 +01:00
LICENSE Initial commit 2022-05-17 16:27:09 +02:00
Makefile changes needed due to migration 2023-12-14 11:38:22 +01:00
README.md reorg documentation 2023-12-11 10:56:04 +01:00

IronCore Logo

dpservice-go

REUSE status Go Report Card GitHub License PRs Welcome

dpservice-go is the golang bindings for the dpservice.

Use and develop dpservice-go

Please see the documentation in the /docs folder for more details.

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.