func()

in client/client.go [29:32]


func (s *Config) SetEndpoint(v string) *Config {
	s.Endpoint = &v
	return s
}