No description
  • Go 98.5%
  • Makefile 1.5%
Find a file
dependabot[bot] 00e5b602bf Bump google.golang.org/grpc from 1.61.0 to 1.61.1
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.61.0 to 1.61.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.61.0...v1.61.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-15 19:32:26 +01:00
.github Bump release-drafter/release-drafter from 5 to 6 2024-02-15 19:31:49 +01:00
.reuse Make project REUSE compliant 2023-12-14 15:00:41 +01:00
cmd perform traffic rate metering 2024-01-23 14:35:50 +01:00
docs add and enhance documentation 2023-12-12 11:31:52 +01:00
dpdk Make project REUSE compliant 2023-12-14 15:00:41 +01:00
flag Make project REUSE compliant 2023-12-14 15:00:41 +01:00
hack Steps needed for project move 2023-11-30 15:01:23 +01:00
io Make project REUSE compliant 2023-12-14 15:00:41 +01:00
LICENSES Make project REUSE compliant 2023-12-14 15:00:41 +01:00
renderer perform traffic rate metering 2024-01-23 14:35:50 +01:00
sources Make project REUSE compliant 2023-12-14 15:00:41 +01:00
util Make project REUSE compliant 2023-12-14 15:00:41 +01:00
.gitignore Make project REUSE compliant 2023-12-14 15:00:41 +01:00
.golangci.yaml Refactor dpservice-cli 2022-09-27 17:53:19 +02:00
.goreleaser.yaml Steps needed for project move 2023-11-30 15:01:23 +01:00
CODEOWNERS Add CODEOWNERS file to project 2023-12-18 12:54:14 +01:00
go.mod Bump google.golang.org/grpc from 1.61.0 to 1.61.1 2024-02-15 19:32:26 +01:00
go.sum Bump google.golang.org/grpc from 1.61.0 to 1.61.1 2024-02-15 19:32:26 +01:00
LICENSE init 2022-05-16 18:12:33 +03:00
main.go Make project REUSE compliant 2023-12-14 15:00:41 +01:00
Makefile Steps needed for project move 2023-11-30 15:01:23 +01:00
README.md Make project REUSE compliant 2023-12-14 15:00:41 +01:00

dpservice-cli

REUSE status Go Report Card GitHub License PRs Welcome

dpservice-cli is the command-line tool that interacts with dpservice via the gRPC interfaces. This tool connects directly to a running dp-service and communicates with it (orchestrates it).

Use and develop dpservice-cli

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.