Documentation ¶ Index ¶ func New(ctx context.Context, baseurl *url.URL, logger log.Logger, c *http.Client) server.AddService Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(ctx context.Context, baseurl *url.URL, logger log.Logger, c *http.Client) server.AddService New returns an AddService that's backed by the URL. baseurl will have its scheme and hostport used, but its path will be overwritten. If client is nil, http.DefaultClient will be used. Types ¶ This section is empty. Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.