package types import "net/url" type AccountHandle struct { Name string Host url.URL }