Searched refs:userIP (Results 1 – 1 of 1) sorted by relevance
392 func UserIP(ip string) CallOption { return userIP(ip) }394 type userIP string type396 func (i userIP) Get() (string, string) { return "userIp", string(i) }