Home
last modified time | relevance | path

Searched refs:withUA (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/api/option/
Doption.go92 return withUA(ua)
95 type withUA string type
97 func (w withUA) Apply(o *internal.DialSettings) { o.UserAgent = string(w) }