Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha
/
e048aaa82c0fbf81b306f5a5355dcbd7a38e2d77
/
.
/
ponsim
/
v2
/
grpc
/
grpc_security.go
blob: 6dab468a171791b75a50afd2a3950410572b5299 [
file
] [
log
] [
blame
]
package grpc
type GrpcSecurity struct {
KeyFile string
CertFile string
CaFile string
}