Versions in this module Expand all Collapse all v1 v1.0.1 Jul 30, 2021 Changes in this version + type APIClient struct + DefaultApi *DefaultApiService + 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 DefaultApiService service + func (a *DefaultApiService) EapAuthMethod(ctx context.Context, authCtxId string, ...) (models.EapSession, *http.Response, error) + func (a *DefaultApiService) UeAuthenticationsAuthCtxId5gAkaConfirmationPut(ctx context.Context, authCtxId string, ...) (models.ConfirmationDataResponse, *http.Response, error) + func (a *DefaultApiService) UeAuthenticationsPost(ctx context.Context, authenticationInfo models.AuthenticationInfo, ...) (models.UeAuthenticationCtx, *http.Response, error) + type EapAuthMethodParamOpts struct + EapSession optional.Interface + type UeAuthenticationsAuthCtxId5gAkaConfirmationPutParamOpts struct + ConfirmationData optional.Interface