Versions in this module Expand all Collapse all v1 v1.0.1 Jul 30, 2021 Changes in this version + type APIClient struct + UeContextDocumentApi *UeContextDocumentApiService + UeReachIndDocumentApi *UeReachIndDocumentApiService + func NewAPIClient(cfg *Configuration) *APIClient + type Configuration struct + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) BasePath() string + func (c *Configuration) DefaultHeader() map[string]string + func (c *Configuration) HTTPClient() *http.Client + func (c *Configuration) Host() string + func (c *Configuration) SetBasePath(apiRoot string) + func (c *Configuration) SetHost(host string) + func (c *Configuration) SetUserAgent(userAgent string) + func (c *Configuration) UserAgent() string + type ProvideDomainSelectionInfoParamOpts struct + InfoClass optional.Interface + SupportedFeatures optional.String + type UeContextDocumentApiService service + func (a *UeContextDocumentApiService) ProvideDomainSelectionInfo(ctx context.Context, ueContextId string, ...) (models.UeContextInfo, *http.Response, error) + type UeReachIndDocumentApiService service + func (a *UeReachIndDocumentApiService) EnableUeReachability(ctx context.Context, ueContextId string, ...) (models.EnableUeReachabilityRspData, *http.Response, error)