Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetURL ¶ added in v1.4.0
func GetURL(ctx context.Context, o ...WithGetURLOptions) (string, error)
func WithWebPage ¶ added in v1.4.0
func WithWebPage(o *getURLOptions)
Types ¶
type WithGetURLOptions ¶ added in v1.4.0
type WithGetURLOptions func(*getURLOptions)
func WithAPI ¶ added in v1.4.0
func WithAPI(version, group string, subPages ...string) WithGetURLOptions
func WithParam ¶ added in v1.4.0
func WithParam(key, value string) WithGetURLOptions
func WithQuery ¶
func WithQuery(query url.Values) WithGetURLOptions
func WithSubPages ¶
func WithSubPages(subPages ...string) WithGetURLOptions
Click to show internal directories.
Click to hide internal directories.