Versions in this module Expand all Collapse all v1 v1.0.0 Mar 29, 2023 Changes in this version + var AllowedCauseAnyOfEnumValues = []CauseAnyOf + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + func CacheExpires(r *http.Response) time.Time + func IsNil(i interface{}) bool + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + DefaultApi *DefaultApiService + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type ApiCheckAuthenticationPostRequest struct + ApiService *DefaultApiService + func (r ApiCheckAuthenticationPostRequest) CheckAuthenticationReq(checkAuthenticationReq CheckAuthenticationReq) ApiCheckAuthenticationPostRequest + func (r ApiCheckAuthenticationPostRequest) Execute() (*CheckAuthenticationRsp, *http.Response, error) + type ApiRevokeAuthorizationPostRequest struct + ApiService *DefaultApiService + func (r ApiRevokeAuthorizationPostRequest) Execute() (*RevokeAuthorizationRsp, *http.Response, error) + func (r ApiRevokeAuthorizationPostRequest) RevokeAuthorizationReq(revokeAuthorizationReq RevokeAuthorizationReq) ApiRevokeAuthorizationPostRequest + type BasicAuth struct + Password string + UserName string + type Cause struct + CauseAnyOf *CauseAnyOf + func (dst *Cause) UnmarshalJSON(data []byte) error + func (src *Cause) MarshalJSON() ([]byte, error) + type CauseAnyOf string + const OVERLIMIT_USAGE + const UNEXPECTED_REASON + func NewCauseAnyOfFromValue(v string) (*CauseAnyOf, error) + func (v *CauseAnyOf) UnmarshalJSON(src []byte) error + func (v CauseAnyOf) IsValid() bool + func (v CauseAnyOf) Ptr() *CauseAnyOf + type CheckAuthenticationReq struct + ApiInvokerId string + SupportedFeatures string + func NewCheckAuthenticationReq(apiInvokerId string, supportedFeatures string) *CheckAuthenticationReq + func NewCheckAuthenticationReqWithDefaults() *CheckAuthenticationReq + func (o *CheckAuthenticationReq) GetApiInvokerId() string + func (o *CheckAuthenticationReq) GetApiInvokerIdOk() (*string, bool) + func (o *CheckAuthenticationReq) GetSupportedFeatures() string + func (o *CheckAuthenticationReq) GetSupportedFeaturesOk() (*string, bool) + func (o *CheckAuthenticationReq) SetApiInvokerId(v string) + func (o *CheckAuthenticationReq) SetSupportedFeatures(v string) + func (o CheckAuthenticationReq) MarshalJSON() ([]byte, error) + func (o CheckAuthenticationReq) ToMap() (map[string]interface{}, error) + type CheckAuthenticationRsp struct + SupportedFeatures string + func NewCheckAuthenticationRsp(supportedFeatures string) *CheckAuthenticationRsp + func NewCheckAuthenticationRspWithDefaults() *CheckAuthenticationRsp + func (o *CheckAuthenticationRsp) GetSupportedFeatures() string + func (o *CheckAuthenticationRsp) GetSupportedFeaturesOk() (*string, bool) + func (o *CheckAuthenticationRsp) SetSupportedFeatures(v string) + func (o CheckAuthenticationRsp) MarshalJSON() ([]byte, error) + func (o CheckAuthenticationRsp) ToMap() (map[string]interface{}, error) + type Configuration struct + Debug bool + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + OperationServers map[string]ServerConfigurations + Scheme string + Servers ServerConfigurations + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type DefaultApiService service + func (a *DefaultApiService) CheckAuthenticationPost(ctx context.Context) ApiCheckAuthenticationPostRequest + func (a *DefaultApiService) CheckAuthenticationPostExecute(r ApiCheckAuthenticationPostRequest) (*CheckAuthenticationRsp, *http.Response, error) + func (a *DefaultApiService) RevokeAuthorizationPost(ctx context.Context) ApiRevokeAuthorizationPostRequest + func (a *DefaultApiService) RevokeAuthorizationPostExecute(r ApiRevokeAuthorizationPostRequest) (*RevokeAuthorizationRsp, *http.Response, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type InvalidParam struct + Param string + Reason *string + func NewInvalidParam(param string) *InvalidParam + func NewInvalidParamWithDefaults() *InvalidParam + func (o *InvalidParam) GetParam() string + func (o *InvalidParam) GetParamOk() (*string, bool) + func (o *InvalidParam) GetReason() string + func (o *InvalidParam) GetReasonOk() (*string, bool) + func (o *InvalidParam) HasReason() bool + func (o *InvalidParam) SetParam(v string) + func (o *InvalidParam) SetReason(v string) + func (o InvalidParam) MarshalJSON() ([]byte, error) + func (o InvalidParam) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableCause struct + func NewNullableCause(val *Cause) *NullableCause + func (v *NullableCause) Set(val *Cause) + func (v *NullableCause) UnmarshalJSON(src []byte) error + func (v *NullableCause) Unset() + func (v NullableCause) Get() *Cause + func (v NullableCause) IsSet() bool + func (v NullableCause) MarshalJSON() ([]byte, error) + type NullableCauseAnyOf struct + func NewNullableCauseAnyOf(val *CauseAnyOf) *NullableCauseAnyOf + func (v *NullableCauseAnyOf) Set(val *CauseAnyOf) + func (v *NullableCauseAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableCauseAnyOf) Unset() + func (v NullableCauseAnyOf) Get() *CauseAnyOf + func (v NullableCauseAnyOf) IsSet() bool + func (v NullableCauseAnyOf) MarshalJSON() ([]byte, error) + type NullableCheckAuthenticationReq struct + func NewNullableCheckAuthenticationReq(val *CheckAuthenticationReq) *NullableCheckAuthenticationReq + func (v *NullableCheckAuthenticationReq) Set(val *CheckAuthenticationReq) + func (v *NullableCheckAuthenticationReq) UnmarshalJSON(src []byte) error + func (v *NullableCheckAuthenticationReq) Unset() + func (v NullableCheckAuthenticationReq) Get() *CheckAuthenticationReq + func (v NullableCheckAuthenticationReq) IsSet() bool + func (v NullableCheckAuthenticationReq) MarshalJSON() ([]byte, error) + type NullableCheckAuthenticationRsp struct + func NewNullableCheckAuthenticationRsp(val *CheckAuthenticationRsp) *NullableCheckAuthenticationRsp + func (v *NullableCheckAuthenticationRsp) Set(val *CheckAuthenticationRsp) + func (v *NullableCheckAuthenticationRsp) UnmarshalJSON(src []byte) error + func (v *NullableCheckAuthenticationRsp) Unset() + func (v NullableCheckAuthenticationRsp) Get() *CheckAuthenticationRsp + func (v NullableCheckAuthenticationRsp) IsSet() bool + func (v NullableCheckAuthenticationRsp) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableInvalidParam struct + func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam + func (v *NullableInvalidParam) Set(val *InvalidParam) + func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error + func (v *NullableInvalidParam) Unset() + func (v NullableInvalidParam) Get() *InvalidParam + func (v NullableInvalidParam) IsSet() bool + func (v NullableInvalidParam) MarshalJSON() ([]byte, error) + type NullableProblemDetails struct + func NewNullableProblemDetails(val *ProblemDetails) *NullableProblemDetails + func (v *NullableProblemDetails) Set(val *ProblemDetails) + func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error + func (v *NullableProblemDetails) Unset() + func (v NullableProblemDetails) Get() *ProblemDetails + func (v NullableProblemDetails) IsSet() bool + func (v NullableProblemDetails) MarshalJSON() ([]byte, error) + type NullableRevokeAuthorizationReq struct + func NewNullableRevokeAuthorizationReq(val *RevokeAuthorizationReq) *NullableRevokeAuthorizationReq + func (v *NullableRevokeAuthorizationReq) Set(val *RevokeAuthorizationReq) + func (v *NullableRevokeAuthorizationReq) UnmarshalJSON(src []byte) error + func (v *NullableRevokeAuthorizationReq) Unset() + func (v NullableRevokeAuthorizationReq) Get() *RevokeAuthorizationReq + func (v NullableRevokeAuthorizationReq) IsSet() bool + func (v NullableRevokeAuthorizationReq) MarshalJSON() ([]byte, error) + type NullableRevokeAuthorizationRsp struct + func NewNullableRevokeAuthorizationRsp(val *RevokeAuthorizationRsp) *NullableRevokeAuthorizationRsp + func (v *NullableRevokeAuthorizationRsp) Set(val *RevokeAuthorizationRsp) + func (v *NullableRevokeAuthorizationRsp) UnmarshalJSON(src []byte) error + func (v *NullableRevokeAuthorizationRsp) Unset() + func (v NullableRevokeAuthorizationRsp) Get() *RevokeAuthorizationRsp + func (v NullableRevokeAuthorizationRsp) IsSet() bool + func (v NullableRevokeAuthorizationRsp) MarshalJSON() ([]byte, error) + type NullableSecurityNotification struct + func NewNullableSecurityNotification(val *SecurityNotification) *NullableSecurityNotification + func (v *NullableSecurityNotification) Set(val *SecurityNotification) + func (v *NullableSecurityNotification) UnmarshalJSON(src []byte) error + func (v *NullableSecurityNotification) Unset() + func (v NullableSecurityNotification) Get() *SecurityNotification + func (v NullableSecurityNotification) IsSet() bool + func (v NullableSecurityNotification) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type ProblemDetails struct + Cause *string + Detail *string + Instance *string + InvalidParams []InvalidParam + Status *int32 + SupportedFeatures *string + Title *string + Type *string + func NewProblemDetails() *ProblemDetails + func NewProblemDetailsWithDefaults() *ProblemDetails + func (o *ProblemDetails) GetCause() string + func (o *ProblemDetails) GetCauseOk() (*string, bool) + func (o *ProblemDetails) GetDetail() string + func (o *ProblemDetails) GetDetailOk() (*string, bool) + func (o *ProblemDetails) GetInstance() string + func (o *ProblemDetails) GetInstanceOk() (*string, bool) + func (o *ProblemDetails) GetInvalidParams() []InvalidParam + func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool) + func (o *ProblemDetails) GetStatus() int32 + func (o *ProblemDetails) GetStatusOk() (*int32, bool) + func (o *ProblemDetails) GetSupportedFeatures() string + func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool) + func (o *ProblemDetails) GetTitle() string + func (o *ProblemDetails) GetTitleOk() (*string, bool) + func (o *ProblemDetails) GetType() string + func (o *ProblemDetails) GetTypeOk() (*string, bool) + func (o *ProblemDetails) HasCause() bool + func (o *ProblemDetails) HasDetail() bool + func (o *ProblemDetails) HasInstance() bool + func (o *ProblemDetails) HasInvalidParams() bool + func (o *ProblemDetails) HasStatus() bool + func (o *ProblemDetails) HasSupportedFeatures() bool + func (o *ProblemDetails) HasTitle() bool + func (o *ProblemDetails) HasType() bool + func (o *ProblemDetails) SetCause(v string) + func (o *ProblemDetails) SetDetail(v string) + func (o *ProblemDetails) SetInstance(v string) + func (o *ProblemDetails) SetInvalidParams(v []InvalidParam) + func (o *ProblemDetails) SetStatus(v int32) + func (o *ProblemDetails) SetSupportedFeatures(v string) + func (o *ProblemDetails) SetTitle(v string) + func (o *ProblemDetails) SetType(v string) + func (o ProblemDetails) MarshalJSON() ([]byte, error) + func (o ProblemDetails) ToMap() (map[string]interface{}, error) + type RevokeAuthorizationReq struct + RevokeInfo SecurityNotification + SupportedFeatures string + func NewRevokeAuthorizationReq(revokeInfo SecurityNotification, supportedFeatures string) *RevokeAuthorizationReq + func NewRevokeAuthorizationReqWithDefaults() *RevokeAuthorizationReq + func (o *RevokeAuthorizationReq) GetRevokeInfo() SecurityNotification + func (o *RevokeAuthorizationReq) GetRevokeInfoOk() (*SecurityNotification, bool) + func (o *RevokeAuthorizationReq) GetSupportedFeatures() string + func (o *RevokeAuthorizationReq) GetSupportedFeaturesOk() (*string, bool) + func (o *RevokeAuthorizationReq) SetRevokeInfo(v SecurityNotification) + func (o *RevokeAuthorizationReq) SetSupportedFeatures(v string) + func (o RevokeAuthorizationReq) MarshalJSON() ([]byte, error) + func (o RevokeAuthorizationReq) ToMap() (map[string]interface{}, error) + type RevokeAuthorizationRsp struct + SupportedFeatures string + func NewRevokeAuthorizationRsp(supportedFeatures string) *RevokeAuthorizationRsp + func NewRevokeAuthorizationRspWithDefaults() *RevokeAuthorizationRsp + func (o *RevokeAuthorizationRsp) GetSupportedFeatures() string + func (o *RevokeAuthorizationRsp) GetSupportedFeaturesOk() (*string, bool) + func (o *RevokeAuthorizationRsp) SetSupportedFeatures(v string) + func (o RevokeAuthorizationRsp) MarshalJSON() ([]byte, error) + func (o RevokeAuthorizationRsp) ToMap() (map[string]interface{}, error) + type SecurityNotification struct + AefId *string + ApiIds []string + ApiInvokerId string + Cause Cause + func NewSecurityNotification(apiInvokerId string, apiIds []string, cause Cause) *SecurityNotification + func NewSecurityNotificationWithDefaults() *SecurityNotification + func (o *SecurityNotification) GetAefId() string + func (o *SecurityNotification) GetAefIdOk() (*string, bool) + func (o *SecurityNotification) GetApiIds() []string + func (o *SecurityNotification) GetApiIdsOk() ([]string, bool) + func (o *SecurityNotification) GetApiInvokerId() string + func (o *SecurityNotification) GetApiInvokerIdOk() (*string, bool) + func (o *SecurityNotification) GetCause() Cause + func (o *SecurityNotification) GetCauseOk() (*Cause, bool) + func (o *SecurityNotification) HasAefId() bool + func (o *SecurityNotification) SetAefId(v string) + func (o *SecurityNotification) SetApiIds(v []string) + func (o *SecurityNotification) SetApiInvokerId(v string) + func (o *SecurityNotification) SetCause(v Cause) + func (o SecurityNotification) MarshalJSON() ([]byte, error) + func (o SecurityNotification) ToMap() (map[string]interface{}, error) + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string