Versions in this module Expand all Collapse all v0 v0.0.1 Nov 5, 2023 Changes in this version + type BaseURL struct + BasePath string + WithPath string + WithoutPath string + func NewBaseURLFromString(b string) (BaseURL, error) + func (b BaseURL) HostURL() string + func (b BaseURL) Path() string + func (b BaseURL) Port() int + func (b BaseURL) String() string + func (b BaseURL) URL() *url.URL + func (b BaseURL) WithPort(port int) (BaseURL, error) + func (b BaseURL) WithProtocol(protocol string) (BaseURL, error) + type RefLinker interface + Ref func(args map[string]any) (string, error) + RelRef func(args map[string]any) (string, error)