Documentation
¶
Index ¶
- type APIClient
- type 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 DeletePcEventExposureSubscError
- type DeletePcEventExposureSubscRequest
- type DeletePcEventExposureSubscResponse
- type GetPcEventExposureSubscError
- type GetPcEventExposureSubscRequest
- type GetPcEventExposureSubscResponse
- type IndividualPolicyControlEventsSubscriptionDocumentApiService
- func (a *IndividualPolicyControlEventsSubscriptionDocumentApiService) DeletePcEventExposureSubsc(ctx context.Context, request *DeletePcEventExposureSubscRequest) (*DeletePcEventExposureSubscResponse, error)
- func (a *IndividualPolicyControlEventsSubscriptionDocumentApiService) GetPcEventExposureSubsc(ctx context.Context, request *GetPcEventExposureSubscRequest) (*GetPcEventExposureSubscResponse, error)
- func (a *IndividualPolicyControlEventsSubscriptionDocumentApiService) PutPcEventExposureSubsc(ctx context.Context, request *PutPcEventExposureSubscRequest) (*PutPcEventExposureSubscResponse, error)
- type PolicyControlEventsSubscriptionCollectionApiService
- func (a *PolicyControlEventsSubscriptionCollectionApiService) PostPcEventExposureSubsc(ctx context.Context, request *PostPcEventExposureSubscRequest) (*PostPcEventExposureSubscResponse, error)
- func (a *PolicyControlEventsSubscriptionCollectionApiService) PostPcEventExposureSubscPcEventNotification(ctx context.Context, uri string, ...) (*PostPcEventExposureSubscPcEventNotificationResponse, error)
- type PostPcEventExposureSubscError
- type PostPcEventExposureSubscPcEventNotificationError
- type PostPcEventExposureSubscPcEventNotificationRequest
- type PostPcEventExposureSubscPcEventNotificationResponse
- type PostPcEventExposureSubscRequest
- type PostPcEventExposureSubscResponse
- type PutPcEventExposureSubscError
- type PutPcEventExposureSubscRequest
- type PutPcEventExposureSubscResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIClient ¶
type APIClient struct {
// API Services
IndividualPolicyControlEventsSubscriptionDocumentApi *IndividualPolicyControlEventsSubscriptionDocumentApiService
PolicyControlEventsSubscriptionCollectionApi *PolicyControlEventsSubscriptionCollectionApiService
// contains filtered or unexported fields
}
APIClient manages communication with the Npcf_EventExposure API v1.2.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
type Configuration ¶
type Configuration struct {
MetricsHook openapi.RequestMetricsHook
// contains filtered or unexported fields
}
func NewConfiguration ¶
func NewConfiguration() *Configuration
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
func (*Configuration) BasePath ¶
func (c *Configuration) BasePath() string
func (*Configuration) DefaultHeader ¶
func (c *Configuration) DefaultHeader() map[string]string
func (*Configuration) HTTPClient ¶
func (c *Configuration) HTTPClient() *http.Client
func (*Configuration) Host ¶
func (c *Configuration) Host() string
func (*Configuration) Metrics ¶
func (c *Configuration) Metrics() openapi.RequestMetricsHook
func (*Configuration) SetBasePath ¶
func (c *Configuration) SetBasePath(apiRoot string)
func (*Configuration) SetHTTPClient ¶
func (c *Configuration) SetHTTPClient(client *http.Client)
func (*Configuration) SetHost ¶
func (c *Configuration) SetHost(host string)
func (*Configuration) SetMetrics ¶
func (c *Configuration) SetMetrics(h openapi.RequestMetricsHook)
func (*Configuration) SetUserAgent ¶
func (c *Configuration) SetUserAgent(userAgent string)
func (*Configuration) UserAgent ¶
func (c *Configuration) UserAgent() string
type DeletePcEventExposureSubscError ¶
type DeletePcEventExposureSubscError struct {
Location string
Var3gpp_Sbi_Target_Nf_Id string
ProblemDetails *models.ProblemDetails
RedirectResponse *models.RedirectResponse
}
type DeletePcEventExposureSubscRequest ¶
type DeletePcEventExposureSubscRequest struct {
SubscriptionId *string
}
DeletePcEventExposureSubscRequest
func (*DeletePcEventExposureSubscRequest) SetSubscriptionId ¶
func (r *DeletePcEventExposureSubscRequest) SetSubscriptionId( SubscriptionId string, )
type DeletePcEventExposureSubscResponse ¶
type DeletePcEventExposureSubscResponse struct{}
type GetPcEventExposureSubscError ¶
type GetPcEventExposureSubscError struct {
Location string
Var3gpp_Sbi_Target_Nf_Id string
ProblemDetails *models.ProblemDetails
RedirectResponse *models.RedirectResponse
}
type GetPcEventExposureSubscRequest ¶
type GetPcEventExposureSubscRequest struct {
SubscriptionId *string
}
GetPcEventExposureSubscRequest
func (*GetPcEventExposureSubscRequest) SetSubscriptionId ¶
func (r *GetPcEventExposureSubscRequest) SetSubscriptionId( SubscriptionId string, )
type GetPcEventExposureSubscResponse ¶
type GetPcEventExposureSubscResponse struct {
Pcf_EvtExpos_PcEventExposureSubsc *models.Pcf_EvtExpos_PcEventExposureSubsc
}
type IndividualPolicyControlEventsSubscriptionDocumentApiService ¶
type IndividualPolicyControlEventsSubscriptionDocumentApiService service
func (*IndividualPolicyControlEventsSubscriptionDocumentApiService) DeletePcEventExposureSubsc ¶
func (a *IndividualPolicyControlEventsSubscriptionDocumentApiService) DeletePcEventExposureSubsc( ctx context.Context, request *DeletePcEventExposureSubscRequest, ) (*DeletePcEventExposureSubscResponse, error)
func (*IndividualPolicyControlEventsSubscriptionDocumentApiService) GetPcEventExposureSubsc ¶
func (a *IndividualPolicyControlEventsSubscriptionDocumentApiService) GetPcEventExposureSubsc( ctx context.Context, request *GetPcEventExposureSubscRequest, ) (*GetPcEventExposureSubscResponse, error)
func (*IndividualPolicyControlEventsSubscriptionDocumentApiService) PutPcEventExposureSubsc ¶
func (a *IndividualPolicyControlEventsSubscriptionDocumentApiService) PutPcEventExposureSubsc( ctx context.Context, request *PutPcEventExposureSubscRequest, ) (*PutPcEventExposureSubscResponse, error)
type PolicyControlEventsSubscriptionCollectionApiService ¶
type PolicyControlEventsSubscriptionCollectionApiService service
func (*PolicyControlEventsSubscriptionCollectionApiService) PostPcEventExposureSubsc ¶
func (a *PolicyControlEventsSubscriptionCollectionApiService) PostPcEventExposureSubsc( ctx context.Context, request *PostPcEventExposureSubscRequest, ) (*PostPcEventExposureSubscResponse, error)
func (*PolicyControlEventsSubscriptionCollectionApiService) PostPcEventExposureSubscPcEventNotification ¶
func (a *PolicyControlEventsSubscriptionCollectionApiService) PostPcEventExposureSubscPcEventNotification( ctx context.Context, uri string, request *PostPcEventExposureSubscPcEventNotificationRequest, ) (*PostPcEventExposureSubscPcEventNotificationResponse, error)
type PostPcEventExposureSubscError ¶
type PostPcEventExposureSubscError struct {
ProblemDetails *models.ProblemDetails
}
type PostPcEventExposureSubscPcEventNotificationError ¶
type PostPcEventExposureSubscPcEventNotificationError struct {
Location string
Var3gpp_Sbi_Target_Nf_Id string
ProblemDetails *models.ProblemDetails
RedirectResponse *models.RedirectResponse
}
type PostPcEventExposureSubscPcEventNotificationRequest ¶
type PostPcEventExposureSubscPcEventNotificationRequest struct {
RequestBody *models.Pcf_EvtExpos_PcEventExposureNotif
}
PostPcEventExposureSubscPcEventNotificationRequest
func (*PostPcEventExposureSubscPcEventNotificationRequest) SetRequestBody ¶
func (r *PostPcEventExposureSubscPcEventNotificationRequest) SetRequestBody( RequestBody models.Pcf_EvtExpos_PcEventExposureNotif, )
type PostPcEventExposureSubscPcEventNotificationResponse ¶
type PostPcEventExposureSubscPcEventNotificationResponse struct{}
type PostPcEventExposureSubscRequest ¶
type PostPcEventExposureSubscRequest struct {
RequestBody *models.Pcf_EvtExpos_PcEventExposureSubsc
}
PostPcEventExposureSubscRequest
func (*PostPcEventExposureSubscRequest) SetRequestBody ¶
func (r *PostPcEventExposureSubscRequest) SetRequestBody( RequestBody models.Pcf_EvtExpos_PcEventExposureSubsc, )
type PostPcEventExposureSubscResponse ¶
type PostPcEventExposureSubscResponse struct {
Location string
Pcf_EvtExpos_PcEventExposureSubsc *models.Pcf_EvtExpos_PcEventExposureSubsc
}
type PutPcEventExposureSubscError ¶
type PutPcEventExposureSubscError struct {
Location string
Var3gpp_Sbi_Target_Nf_Id string
ProblemDetails *models.ProblemDetails
RedirectResponse *models.RedirectResponse
}
type PutPcEventExposureSubscRequest ¶
type PutPcEventExposureSubscRequest struct {
SubscriptionId *string
RequestBody *models.Pcf_EvtExpos_PcEventExposureSubsc
}
PutPcEventExposureSubscRequest
func (*PutPcEventExposureSubscRequest) SetRequestBody ¶
func (r *PutPcEventExposureSubscRequest) SetRequestBody( RequestBody models.Pcf_EvtExpos_PcEventExposureSubsc, )
func (*PutPcEventExposureSubscRequest) SetSubscriptionId ¶
func (r *PutPcEventExposureSubscRequest) SetSubscriptionId( SubscriptionId string, )
type PutPcEventExposureSubscResponse ¶
type PutPcEventExposureSubscResponse struct {
Pcf_EvtExpos_PcEventExposureSubsc *models.Pcf_EvtExpos_PcEventExposureSubsc
}
Click to show internal directories.
Click to hide internal directories.