func()

in client/client.go [39:42]


func (s *Config) SetProtocol(v string) *Config {
	s.Protocol = &v
	return s
}