kubernetes/vendor/github.com/grpc-ecosystem/go-grpc-prometheus/util.go

type grpcType

const Unary

const ClientStream

const ServerStream

const BidiStream

var allCodes

func splitMethodName(fullMethodName string) (string, string) {}

func typeFromMethodInfo(mInfo *grpc.MethodInfo) grpcType {}