Versions in this module Expand all Collapse all v1 v1.0.1 Jul 30, 2021 Changes in this version + var DnnDeniedError = models.ProblemDetails + var DnnNotSupported = models.ProblemDetails + var InsufficientResourceSliceDnn = models.ProblemDetails + var N1SmError = models.ProblemDetails + type APIClient struct + IndividualPDUSessionHSMFApi *IndividualPDUSessionHSMFApiService + IndividualSMContextApi *IndividualSMContextApiService + IndividualSMContextNotificationApi *IndividualSMContextNotificationApiService + PDUSessionsCollectionApi *PDUSessionsCollectionApiService + SMContextsCollectionApi *SMContextsCollectionApiService + 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 IndividualPDUSessionHSMFApiService service + func (a *IndividualPDUSessionHSMFApiService) ReleasePduSession(ctx context.Context, pduSessionRef string, ...) (*http.Response, error) + func (a *IndividualPDUSessionHSMFApiService) UpdatePduSession(ctx context.Context, pduSessionRef string, ...) (models.UpdatePduSessionResponse, *http.Response, error) + type IndividualSMContextApiService service + func (a *IndividualSMContextApiService) ReleaseSmContext(ctx context.Context, smContextRef string, ...) (*http.Response, error) + func (a *IndividualSMContextApiService) RetrieveSmContext(ctx context.Context, smContextRef string, ...) (models.SmContextRetrievedData, *http.Response, error) + func (a *IndividualSMContextApiService) UpdateSmContext(ctx context.Context, smContextRef string, ...) (models.UpdateSmContextResponse, *http.Response, error) + type IndividualSMContextNotificationApiService service + func (a *IndividualSMContextNotificationApiService) SMContextNotification(ctx context.Context, notifyUri string, ...) (*http.Response, error) + type PDUSessionsCollectionApiService service + func (a *PDUSessionsCollectionApiService) PostPduSessions(ctx context.Context, postPduSessionsRequest models.PostPduSessionsRequest) (models.PostPduSessionsResponse, *http.Response, error) + type ReleasePduSessionParamOpts struct + ReleaseData optional.Interface + type ReleaseSmContextParamOpts struct + SmContextReleaseData optional.Interface + type RetrieveSmContextParamOpts struct + SmContextRetrieveData optional.Interface + type SMContextsCollectionApiService service + func (a *SMContextsCollectionApiService) PostSmContexts(ctx context.Context, postSmContextsRequest models.PostSmContextsRequest) (models.PostSmContextsResponse, *http.Response, error)