blob: 6dab468a171791b75a50afd2a3950410572b5299 [file] [log] [blame]
Stephane Barbarie35595062018-02-08 08:34:39 -05001package grpc
2
3type GrpcSecurity struct {
4 KeyFile string
5 CertFile string
6 CaFile string
7}