Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha
/
a0252ac182705990b487e7afa400bac4f19dab34
/
.
/
ponsim
/
v2
/
grpc
/
grpc_security.go
blob: 6dab468a171791b75a50afd2a3950410572b5299 [
file
] [
log
] [
blame
]
Stephane Barbarie
3559506
2018-02-08 08:34:39 -0500
[
diff
] [
blame
]
1
package grpc
2
3
type GrpcSecurity struct {
4
KeyFile string
5
CertFile string
6
CaFile string
7
}