-
- Downloads
add generated code for etsi14 grpc
Showing
- api/buf.gen.yaml 22 additions, 0 deletionsapi/buf.gen.yaml
- api/buf.work.yaml 3 additions, 0 deletionsapi/buf.work.yaml
- api/go/grpc/etsi/etsi14.pb.go 1540 additions, 0 deletionsapi/go/grpc/etsi/etsi14.pb.go
- api/go/grpc/etsi/etsi14.pb.gw.go 487 additions, 0 deletionsapi/go/grpc/etsi/etsi14.pb.gw.go
- api/go/grpc/etsi/etsi14_grpc.pb.go 211 additions, 0 deletionsapi/go/grpc/etsi/etsi14_grpc.pb.go
- api/openapiv2/ekms_etsi14.swagger.json 426 additions, 0 deletionsapi/openapiv2/ekms_etsi14.swagger.json
- api/proto/buf.lock 18 additions, 0 deletionsapi/proto/buf.lock
- api/proto/buf.yaml 11 additions, 0 deletionsapi/proto/buf.yaml
- api/proto/etsi/etsi14.proto 174 additions, 0 deletionsapi/proto/etsi/etsi14.proto
- go.mod 5 additions, 2 deletionsgo.mod
- go.sum 8 additions, 2 deletionsgo.sum
api/buf.gen.yaml
0 → 100644
api/buf.work.yaml
0 → 100644
api/go/grpc/etsi/etsi14.pb.go
0 → 100644
This diff is collapsed.
api/go/grpc/etsi/etsi14.pb.gw.go
0 → 100644
api/go/grpc/etsi/etsi14_grpc.pb.go
0 → 100644
api/openapiv2/ekms_etsi14.swagger.json
0 → 100644
api/proto/buf.lock
0 → 100644
api/proto/buf.yaml
0 → 100644
api/proto/etsi/etsi14.proto
0 → 100644
... | ... | @@ -6,6 +6,7 @@ require ( |
code.fbi.h-da.de/danet/gnmi-target v0.0.0-20231020162329-e5679b7b675b | ||
code.fbi.h-da.de/danet/proto-kms v0.0.0-20231010134253-1aaf11da29b9 | ||
github.com/google/uuid v1.3.1 | ||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0 | ||
github.com/openconfig/gnmi v0.10.0 | ||
github.com/openconfig/goyang v1.4.2 | ||
github.com/openconfig/ygot v0.29.12 | ||
... | ... | @@ -15,6 +16,9 @@ require ( |
github.com/spf13/cobra v1.7.0 | ||
github.com/spf13/viper v1.17.0 | ||
golang.org/x/sys v0.13.0 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20230913181813-007df8e322eb | ||
google.golang.org/grpc v1.58.2 | ||
google.golang.org/protobuf v1.31.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
... | ... | @@ -45,8 +49,7 @@ require ( |
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect | ||
golang.org/x/net v0.15.0 // indirect | ||
golang.org/x/text v0.13.0 // indirect | ||
google.golang.org/genproto v0.0.0-20230913181813-007df8e322eb // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230920204549-e6e6cdab5c13 // indirect | ||
google.golang.org/grpc v1.58.2 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
) |
Please register or sign in to comment