commit | 7dfae95a70e8c04d8c7d7c90eb2caf3654778e33 | [log] [tgz] |
---|---|---|
author | Stephane Barbarie <sbarbari@ciena.com> | Mon Aug 13 11:43:17 2018 -0400 |
committer | Stephane Barbarie <sbarbari@ciena.com> | Mon Aug 13 11:43:17 2018 -0400 |
tree | eb3a934069160d7577d482a64ca63495f7b3da16 | |
parent | d4d922e6afedbd1b9b543aa2d5e3e5905d93b41e [diff] [blame] |
VOL-1151 : Added common GRPC server component Change-Id: I23232587704f21c8c5acee43800fe06b754b7f06
diff --git a/common/grpc/security.go b/common/grpc/security.go new file mode 100644 index 0000000..e198cb8 --- /dev/null +++ b/common/grpc/security.go
@@ -0,0 +1,7 @@ +package grpc + +type GrpcSecurity struct { + KeyFile string + CertFile string + CaFile string +} \ No newline at end of file