Versions in this module Expand all Collapse all v1 v1.2.4 Mar 19, 2026 Changes in this version + type APIClient struct + DefaultApi *DefaultApiService + func NewAPIClient(cfg *Configuration) *APIClient + type Configuration struct + MetricsHook openapi.RequestMetricsHook + 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) Metrics() openapi.RequestMetricsHook + func (c *Configuration) SetBasePath(apiRoot string) + func (c *Configuration) SetHTTPClient(client *http.Client) + func (c *Configuration) SetHost(host string) + func (c *Configuration) SetMetrics(h openapi.RequestMetricsHook) + func (c *Configuration) SetUserAgent(userAgent string) + func (c *Configuration) UserAgent() string + type DefaultApiService service + func (a *DefaultApiService) SupiUeSorPost(ctx context.Context, request *SupiUeSorPostRequest) (*SupiUeSorPostResponse, error) + type SupiUeSorPostError struct + Location string + ProblemDetails models.ProblemDetails + RedirectResponse models.RedirectResponse + Var3gppSbiTargetNfId string + type SupiUeSorPostRequest struct + AusfSoRProtectionSorInfo *models.AusfSoRProtectionSorInfo + Supi *string + func (r *SupiUeSorPostRequest) SetAusfSoRProtectionSorInfo(AusfSoRProtectionSorInfo models.AusfSoRProtectionSorInfo) + func (r *SupiUeSorPostRequest) SetSupi(Supi string) + type SupiUeSorPostResponse struct + SorSecurityInfo models.SorSecurityInfo