Versions in this module Expand all Collapse all v0 v0.2.1 Dec 8, 2022 Changes in this version + const UserAgent + func GetCommonOpenApiLocations() []string + func GetRemoteOpenApiDoc(l logger.Logger, url *url.URL) ([]byte, error) + func TryGetOpenApiDoc(l logger.Logger, ip string, ports []int32, locations []string) (webApiDescription *discovery.WebApiDescription, err error) + func UnMarshalOpenApiDoc(l logger.Logger, docFile []byte, uri *url.URL) (*discovery.WebApiDescription, error)