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