-
- Downloads
inital kmsintercom grcp wrks, need to fill w/ life
parent
e6514d91
No related branches found
No related tags found
Showing
- go.mod 0 additions, 4 deletionsgo.mod
- kms/kms-keystore.go 2 additions, 5 deletionskms/kms-keystore.go
- kms/kms.go 1 addition, 1 deletionkms/kms.go
- kms/kmsintercom.go 8 additions, 7 deletionskms/kmsintercom.go
- kmsintercomproto/kmsintercom.pb.go 221 additions, 0 deletionskmsintercomproto/kmsintercom.pb.go
- kmsintercomproto/kmsintercom.proto 2 additions, 2 deletionskmsintercomproto/kmsintercom.proto
- kmsintercomproto/kmsintercom_grpc.pb.go 107 additions, 0 deletionskmsintercomproto/kmsintercom_grpc.pb.go
- kmsintercomproto/kmsintercomproto.go 1 addition, 0 deletionskmsintercomproto/kmsintercomproto.go
- main.go 2 additions, 3 deletionsmain.go
... | @@ -2,9 +2,6 @@ module code.fbi.h-da.de/m.stiemerling/proto-kms | ... | @@ -2,9 +2,6 @@ module code.fbi.h-da.de/m.stiemerling/proto-kms |
go 1.20 | go 1.20 | ||
replace code.fbi.h-da.de/m.stiemerling/proto-kms/kms/kmsintercom => ./kmsintercom | |||
require ( | require ( | ||
github.com/google/uuid v1.3.0 | github.com/google/uuid v1.3.0 | ||
github.com/golang/protobuf v1.5.3 // indirect | github.com/golang/protobuf v1.5.3 // indirect | ||
... | @@ -14,5 +11,4 @@ require ( | ... | @@ -14,5 +11,4 @@ require ( |
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect | google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect | ||
google.golang.org/grpc v1.56.1 // indirect | google.golang.org/grpc v1.56.1 // indirect | ||
google.golang.org/protobuf v1.30.0 // indirect | google.golang.org/protobuf v1.30.0 // indirect | ||
code.fbi.h-da.de/m.stiemerling/proto-kms/kms/kmsintercom v0.0.0 | |||
) | ) |
kmsintercomproto/kmsintercom.pb.go
0 → 100644
kmsintercomproto/kmsintercom_grpc.pb.go
0 → 100644
kmsintercomproto/kmsintercomproto.go
0 → 100644
Please register or sign in to comment