blob: e198cb871ce4fcf2d3e348deead19e86b352d09d [file] [log] [blame]
Stephane Barbarie7dfae952018-08-13 11:43:17 -04001package grpc
2
3type GrpcSecurity struct {
4 KeyFile string
5 CertFile string
6 CaFile string
7}