func()

in client/client.go [54:57]


func (s *Config) SetUserAgent(v string) *Config {
	s.UserAgent = &v
	return s
}