Versions in this module Expand all Collapse all v0 v0.0.1 Aug 17, 2022 Changes in this version + func FetchProfile(source string, timeout time.Duration) (*profile.Profile, error) + func FetchURL(source string, timeout time.Duration) (io.ReadCloser, error) + func Fetcher(source string, timeout time.Duration, ui plugin.UI) (*profile.Profile, error) + func PostURL(source, post string) ([]byte, error)