blob: 6dab468a171791b75a50afd2a3950410572b5299 [file] [log] [blame]
package grpc
type GrpcSecurity struct {
KeyFile string
CertFile string
CaFile string
}