Searched defs:URLValue (Results 1 – 2 of 2) sorted by relevance
13 type URLValue struct { struct14 URL *url.URL17 func (v URLValue) String() string {24 func (v URLValue) Set(s string) error {
165 export function URLValue( function