go/grpshuffle_client/lib/var.go (6 lines of code) (raw):

package grpshuffle_client var ( Host string // Host is host of grpshuffle server Port int // Port is port of grpshuffle server NoTLS bool // NoTLS disables TLS )