Versions in this module Expand all Collapse all v0 v0.1.1 May 9, 2025 Changes in this version + const SupportedOptionAcceptHeaderOverride + const SupportedOptionRetries + const SupportedOptionTimeout + const SupportedOptionURLOverride + var ErrUnsupportedOption = errors.New("unsupported option") + type AcceptHeaderEnum string + const AcceptHeaderEnumApplicationJson + const AcceptHeaderEnumTextPlain + func (e AcceptHeaderEnum) ToPointer() *AcceptHeaderEnum + type CreateTenantDestinationGlobals struct + TenantID *string + func (o *CreateTenantDestinationGlobals) GetTenantID() *string + type CreateTenantDestinationRequest struct + DestinationCreate components.DestinationCreate + TenantID *string + func (o *CreateTenantDestinationRequest) GetDestinationCreate() components.DestinationCreate + func (o *CreateTenantDestinationRequest) GetDestinationCreateAwsKinesis() *components.DestinationCreateAWSKinesis + func (o *CreateTenantDestinationRequest) GetDestinationCreateAwsSqs() *components.DestinationCreateAWSSQS + func (o *CreateTenantDestinationRequest) GetDestinationCreateHookdeck() *components.DestinationCreateHookdeck + func (o *CreateTenantDestinationRequest) GetDestinationCreateRabbitmq() *components.DestinationCreateRabbitMQ + func (o *CreateTenantDestinationRequest) GetDestinationCreateWebhook() *components.DestinationCreateWebhook + func (o *CreateTenantDestinationRequest) GetTenantID() *string + type CreateTenantDestinationResponse struct + Destination *components.Destination + HTTPMeta components.HTTPMetadata + func (o *CreateTenantDestinationResponse) GetDestination() *components.Destination + func (o *CreateTenantDestinationResponse) GetDestinationAwsKinesis() *components.DestinationAWSKinesis + func (o *CreateTenantDestinationResponse) GetDestinationAwsSqs() *components.DestinationAWSSQS + func (o *CreateTenantDestinationResponse) GetDestinationHookdeck() *components.DestinationHookdeck + func (o *CreateTenantDestinationResponse) GetDestinationRabbitmq() *components.DestinationRabbitMQ + func (o *CreateTenantDestinationResponse) GetDestinationWebhook() *components.DestinationWebhook + func (o *CreateTenantDestinationResponse) GetHTTPMeta() components.HTTPMetadata + type DeleteTenantDestinationGlobals struct + TenantID *string + func (o *DeleteTenantDestinationGlobals) GetTenantID() *string + type DeleteTenantDestinationRequest struct + DestinationID string + TenantID *string + func (o *DeleteTenantDestinationRequest) GetDestinationID() string + func (o *DeleteTenantDestinationRequest) GetTenantID() *string + type DeleteTenantDestinationResponse struct + HTTPMeta components.HTTPMetadata + SuccessResponse *components.SuccessResponse + func (o *DeleteTenantDestinationResponse) GetHTTPMeta() components.HTTPMetadata + func (o *DeleteTenantDestinationResponse) GetSuccessResponse() *components.SuccessResponse + type DeleteTenantGlobals struct + TenantID *string + func (o *DeleteTenantGlobals) GetTenantID() *string + type DeleteTenantRequest struct + TenantID *string + func (o *DeleteTenantRequest) GetTenantID() *string + type DeleteTenantResponse struct + HTTPMeta components.HTTPMetadata + SuccessResponse *components.SuccessResponse + func (o *DeleteTenantResponse) GetHTTPMeta() components.HTTPMetadata + func (o *DeleteTenantResponse) GetSuccessResponse() *components.SuccessResponse + type DestinationID struct + ArrayOfStr []string + Str *string + Type DestinationIDType + func CreateDestinationIDArrayOfStr(arrayOfStr []string) DestinationID + func CreateDestinationIDStr(str string) DestinationID + func (u *DestinationID) UnmarshalJSON(data []byte) error + func (u DestinationID) MarshalJSON() ([]byte, error) + type DestinationIDType string + const DestinationIDTypeArrayOfStr + const DestinationIDTypeStr + type DisableTenantDestinationGlobals struct + TenantID *string + func (o *DisableTenantDestinationGlobals) GetTenantID() *string + type DisableTenantDestinationRequest struct + DestinationID string + TenantID *string + func (o *DisableTenantDestinationRequest) GetDestinationID() string + func (o *DisableTenantDestinationRequest) GetTenantID() *string + type DisableTenantDestinationResponse struct + Destination *components.Destination + HTTPMeta components.HTTPMetadata + func (o *DisableTenantDestinationResponse) GetDestination() *components.Destination + func (o *DisableTenantDestinationResponse) GetDestinationAwsKinesis() *components.DestinationAWSKinesis + func (o *DisableTenantDestinationResponse) GetDestinationAwsSqs() *components.DestinationAWSSQS + func (o *DisableTenantDestinationResponse) GetDestinationHookdeck() *components.DestinationHookdeck + func (o *DisableTenantDestinationResponse) GetDestinationRabbitmq() *components.DestinationRabbitMQ + func (o *DisableTenantDestinationResponse) GetDestinationWebhook() *components.DestinationWebhook + func (o *DisableTenantDestinationResponse) GetHTTPMeta() components.HTTPMetadata + type EnableTenantDestinationGlobals struct + TenantID *string + func (o *EnableTenantDestinationGlobals) GetTenantID() *string + type EnableTenantDestinationRequest struct + DestinationID string + TenantID *string + func (o *EnableTenantDestinationRequest) GetDestinationID() string + func (o *EnableTenantDestinationRequest) GetTenantID() *string + type EnableTenantDestinationResponse struct + Destination *components.Destination + HTTPMeta components.HTTPMetadata + func (o *EnableTenantDestinationResponse) GetDestination() *components.Destination + func (o *EnableTenantDestinationResponse) GetDestinationAwsKinesis() *components.DestinationAWSKinesis + func (o *EnableTenantDestinationResponse) GetDestinationAwsSqs() *components.DestinationAWSSQS + func (o *EnableTenantDestinationResponse) GetDestinationHookdeck() *components.DestinationHookdeck + func (o *EnableTenantDestinationResponse) GetDestinationRabbitmq() *components.DestinationRabbitMQ + func (o *EnableTenantDestinationResponse) GetDestinationWebhook() *components.DestinationWebhook + func (o *EnableTenantDestinationResponse) GetHTTPMeta() components.HTTPMetadata + type GetDestinationTypeSchemaRequest struct + Type GetDestinationTypeSchemaType + func (o *GetDestinationTypeSchemaRequest) GetType() GetDestinationTypeSchemaType + type GetDestinationTypeSchemaResponse struct + DestinationTypeSchema *components.DestinationTypeSchema + HTTPMeta components.HTTPMetadata + func (o *GetDestinationTypeSchemaResponse) GetDestinationTypeSchema() *components.DestinationTypeSchema + func (o *GetDestinationTypeSchemaResponse) GetHTTPMeta() components.HTTPMetadata + type GetDestinationTypeSchemaType string + const GetDestinationTypeSchemaTypeAwsKinesis + const GetDestinationTypeSchemaTypeAwsSqs + const GetDestinationTypeSchemaTypeHookdeck + const GetDestinationTypeSchemaTypeRabbitmq + const GetDestinationTypeSchemaTypeWebhook + func (e *GetDestinationTypeSchemaType) UnmarshalJSON(data []byte) error + func (e GetDestinationTypeSchemaType) ToPointer() *GetDestinationTypeSchemaType + type GetTenantDestinationGlobals struct + TenantID *string + func (o *GetTenantDestinationGlobals) GetTenantID() *string + type GetTenantDestinationRequest struct + DestinationID string + TenantID *string + func (o *GetTenantDestinationRequest) GetDestinationID() string + func (o *GetTenantDestinationRequest) GetTenantID() *string + type GetTenantDestinationResponse struct + Destination *components.Destination + HTTPMeta components.HTTPMetadata + func (o *GetTenantDestinationResponse) GetDestination() *components.Destination + func (o *GetTenantDestinationResponse) GetDestinationAwsKinesis() *components.DestinationAWSKinesis + func (o *GetTenantDestinationResponse) GetDestinationAwsSqs() *components.DestinationAWSSQS + func (o *GetTenantDestinationResponse) GetDestinationHookdeck() *components.DestinationHookdeck + func (o *GetTenantDestinationResponse) GetDestinationRabbitmq() *components.DestinationRabbitMQ + func (o *GetTenantDestinationResponse) GetDestinationWebhook() *components.DestinationWebhook + func (o *GetTenantDestinationResponse) GetHTTPMeta() components.HTTPMetadata + type GetTenantDestinationTypeSchemaGlobals struct + TenantID *string + func (o *GetTenantDestinationTypeSchemaGlobals) GetTenantID() *string + type GetTenantDestinationTypeSchemaRequest struct + TenantID *string + Type GetTenantDestinationTypeSchemaType + func (o *GetTenantDestinationTypeSchemaRequest) GetTenantID() *string + func (o *GetTenantDestinationTypeSchemaRequest) GetType() GetTenantDestinationTypeSchemaType + type GetTenantDestinationTypeSchemaResponse struct + DestinationTypeSchema *components.DestinationTypeSchema + HTTPMeta components.HTTPMetadata + func (o *GetTenantDestinationTypeSchemaResponse) GetDestinationTypeSchema() *components.DestinationTypeSchema + func (o *GetTenantDestinationTypeSchemaResponse) GetHTTPMeta() components.HTTPMetadata + type GetTenantDestinationTypeSchemaType string + const GetTenantDestinationTypeSchemaTypeAwsKinesis + const GetTenantDestinationTypeSchemaTypeAwsSqs + const GetTenantDestinationTypeSchemaTypeHookdeck + const GetTenantDestinationTypeSchemaTypeRabbitmq + const GetTenantDestinationTypeSchemaTypeWebhook + func (e *GetTenantDestinationTypeSchemaType) UnmarshalJSON(data []byte) error + func (e GetTenantDestinationTypeSchemaType) ToPointer() *GetTenantDestinationTypeSchemaType + type GetTenantEventByDestinationGlobals struct + TenantID *string + func (o *GetTenantEventByDestinationGlobals) GetTenantID() *string + type GetTenantEventByDestinationRequest struct + DestinationID string + EventID string + TenantID *string + func (o *GetTenantEventByDestinationRequest) GetDestinationID() string + func (o *GetTenantEventByDestinationRequest) GetEventID() string + func (o *GetTenantEventByDestinationRequest) GetTenantID() *string + type GetTenantEventByDestinationResponse struct + Event *components.Event + HTTPMeta components.HTTPMetadata + func (o *GetTenantEventByDestinationResponse) GetEvent() *components.Event + func (o *GetTenantEventByDestinationResponse) GetHTTPMeta() components.HTTPMetadata + type GetTenantEventGlobals struct + TenantID *string + func (o *GetTenantEventGlobals) GetTenantID() *string + type GetTenantEventRequest struct + EventID string + TenantID *string + func (o *GetTenantEventRequest) GetEventID() string + func (o *GetTenantEventRequest) GetTenantID() *string + type GetTenantEventResponse struct + Event *components.Event + HTTPMeta components.HTTPMetadata + func (o *GetTenantEventResponse) GetEvent() *components.Event + func (o *GetTenantEventResponse) GetHTTPMeta() components.HTTPMetadata + type GetTenantGlobals struct + TenantID *string + func (o *GetTenantGlobals) GetTenantID() *string + type GetTenantPortalURLGlobals struct + TenantID *string + func (o *GetTenantPortalURLGlobals) GetTenantID() *string + type GetTenantPortalURLRequest struct + TenantID *string + Theme *Theme + func (o *GetTenantPortalURLRequest) GetTenantID() *string + func (o *GetTenantPortalURLRequest) GetTheme() *Theme + type GetTenantPortalURLResponse struct + HTTPMeta components.HTTPMetadata + PortalRedirect *components.PortalRedirect + func (o *GetTenantPortalURLResponse) GetHTTPMeta() components.HTTPMetadata + func (o *GetTenantPortalURLResponse) GetPortalRedirect() *components.PortalRedirect + type GetTenantRequest struct + TenantID *string + func (o *GetTenantRequest) GetTenantID() *string + type GetTenantResponse struct + HTTPMeta components.HTTPMetadata + Tenant *components.Tenant + func (o *GetTenantResponse) GetHTTPMeta() components.HTTPMetadata + func (o *GetTenantResponse) GetTenant() *components.Tenant + type GetTenantTokenGlobals struct + TenantID *string + func (o *GetTenantTokenGlobals) GetTenantID() *string + type GetTenantTokenRequest struct + TenantID *string + func (o *GetTenantTokenRequest) GetTenantID() *string + type GetTenantTokenResponse struct + HTTPMeta components.HTTPMetadata + TenantToken *components.TenantToken + func (o *GetTenantTokenResponse) GetHTTPMeta() components.HTTPMetadata + func (o *GetTenantTokenResponse) GetTenantToken() *components.TenantToken + type HealthCheckResponse struct + HTTPMeta components.HTTPMetadata + Res *string + func (o *HealthCheckResponse) GetHTTPMeta() components.HTTPMetadata + func (o *HealthCheckResponse) GetRes() *string + type ListDestinationTypeSchemasJwtResponse struct + DestinationTypeSchemas []components.DestinationTypeSchema + HTTPMeta components.HTTPMetadata + func (o *ListDestinationTypeSchemasJwtResponse) GetDestinationTypeSchemas() []components.DestinationTypeSchema + func (o *ListDestinationTypeSchemasJwtResponse) GetHTTPMeta() components.HTTPMetadata + type ListTenantDestinationTypeSchemasGlobals struct + TenantID *string + func (o *ListTenantDestinationTypeSchemasGlobals) GetTenantID() *string + type ListTenantDestinationTypeSchemasRequest struct + TenantID *string + func (o *ListTenantDestinationTypeSchemasRequest) GetTenantID() *string + type ListTenantDestinationTypeSchemasResponse struct + DestinationTypeSchemas []components.DestinationTypeSchema + HTTPMeta components.HTTPMetadata + func (o *ListTenantDestinationTypeSchemasResponse) GetDestinationTypeSchemas() []components.DestinationTypeSchema + func (o *ListTenantDestinationTypeSchemasResponse) GetHTTPMeta() components.HTTPMetadata + type ListTenantDestinationsGlobals struct + TenantID *string + func (o *ListTenantDestinationsGlobals) GetTenantID() *string + type ListTenantDestinationsRequest struct + TenantID *string + Topics *Topics + Type *Type + func (o *ListTenantDestinationsRequest) GetTenantID() *string + func (o *ListTenantDestinationsRequest) GetTopics() *Topics + func (o *ListTenantDestinationsRequest) GetType() *Type + type ListTenantDestinationsResponse struct + Destinations []components.Destination + HTTPMeta components.HTTPMetadata + func (o *ListTenantDestinationsResponse) GetDestinations() []components.Destination + func (o *ListTenantDestinationsResponse) GetHTTPMeta() components.HTTPMetadata + type ListTenantDestinationsTypeEnum1 string + const ListTenantDestinationsTypeEnum1AwsKinesis + const ListTenantDestinationsTypeEnum1AwsSqs + const ListTenantDestinationsTypeEnum1Hookdeck + const ListTenantDestinationsTypeEnum1Rabbitmq + const ListTenantDestinationsTypeEnum1Webhook + func (e *ListTenantDestinationsTypeEnum1) UnmarshalJSON(data []byte) error + func (e ListTenantDestinationsTypeEnum1) ToPointer() *ListTenantDestinationsTypeEnum1 + type ListTenantDestinationsTypeEnum2 string + const ListTenantDestinationsTypeEnum2AwsKinesis + const ListTenantDestinationsTypeEnum2AwsSqs + const ListTenantDestinationsTypeEnum2Hookdeck + const ListTenantDestinationsTypeEnum2Rabbitmq + const ListTenantDestinationsTypeEnum2Webhook + func (e *ListTenantDestinationsTypeEnum2) UnmarshalJSON(data []byte) error + func (e ListTenantDestinationsTypeEnum2) ToPointer() *ListTenantDestinationsTypeEnum2 + type ListTenantEventDeliveriesGlobals struct + TenantID *string + func (o *ListTenantEventDeliveriesGlobals) GetTenantID() *string + type ListTenantEventDeliveriesRequest struct + EventID string + TenantID *string + func (o *ListTenantEventDeliveriesRequest) GetEventID() string + func (o *ListTenantEventDeliveriesRequest) GetTenantID() *string + type ListTenantEventDeliveriesResponse struct + DeliveryAttempts []components.DeliveryAttempt + HTTPMeta components.HTTPMetadata + func (o *ListTenantEventDeliveriesResponse) GetDeliveryAttempts() []components.DeliveryAttempt + func (o *ListTenantEventDeliveriesResponse) GetHTTPMeta() components.HTTPMetadata + type ListTenantEventsByDestinationGlobals struct + TenantID *string + func (o *ListTenantEventsByDestinationGlobals) GetTenantID() *string + type ListTenantEventsByDestinationRequest struct + DestinationID string + Status *ListTenantEventsByDestinationStatus + TenantID *string + func (o *ListTenantEventsByDestinationRequest) GetDestinationID() string + func (o *ListTenantEventsByDestinationRequest) GetStatus() *ListTenantEventsByDestinationStatus + func (o *ListTenantEventsByDestinationRequest) GetTenantID() *string + type ListTenantEventsByDestinationResponse struct + Events []components.Event + HTTPMeta components.HTTPMetadata + func (o *ListTenantEventsByDestinationResponse) GetEvents() []components.Event + func (o *ListTenantEventsByDestinationResponse) GetHTTPMeta() components.HTTPMetadata + type ListTenantEventsByDestinationStatus string + const ListTenantEventsByDestinationStatusFailed + const ListTenantEventsByDestinationStatusSuccess + func (e *ListTenantEventsByDestinationStatus) UnmarshalJSON(data []byte) error + func (e ListTenantEventsByDestinationStatus) ToPointer() *ListTenantEventsByDestinationStatus + type ListTenantEventsGlobals struct + TenantID *string + func (o *ListTenantEventsGlobals) GetTenantID() *string + type ListTenantEventsRequest struct + DestinationID *DestinationID + Status *ListTenantEventsStatus + TenantID *string + func (o *ListTenantEventsRequest) GetDestinationID() *DestinationID + func (o *ListTenantEventsRequest) GetStatus() *ListTenantEventsStatus + func (o *ListTenantEventsRequest) GetTenantID() *string + type ListTenantEventsResponse struct + Events []components.Event + HTTPMeta components.HTTPMetadata + func (o *ListTenantEventsResponse) GetEvents() []components.Event + func (o *ListTenantEventsResponse) GetHTTPMeta() components.HTTPMetadata + type ListTenantEventsStatus string + const ListTenantEventsStatusFailed + const ListTenantEventsStatusSuccess + func (e *ListTenantEventsStatus) UnmarshalJSON(data []byte) error + func (e ListTenantEventsStatus) ToPointer() *ListTenantEventsStatus + type ListTenantTopicsGlobals struct + TenantID *string + func (o *ListTenantTopicsGlobals) GetTenantID() *string + type ListTenantTopicsRequest struct + TenantID *string + func (o *ListTenantTopicsRequest) GetTenantID() *string + type ListTenantTopicsResponse struct + HTTPMeta components.HTTPMetadata + Strings []string + func (o *ListTenantTopicsResponse) GetHTTPMeta() components.HTTPMetadata + func (o *ListTenantTopicsResponse) GetStrings() []string + type ListTopicsResponse struct + HTTPMeta components.HTTPMetadata + Strings []string + func (o *ListTopicsResponse) GetHTTPMeta() components.HTTPMetadata + func (o *ListTopicsResponse) GetStrings() []string + type Option func(*Options, ...string) error + func WithAcceptHeaderOverride(acceptHeaderOverride AcceptHeaderEnum) Option + func WithOperationTimeout(timeout time.Duration) Option + func WithRetries(config retry.Config) Option + func WithServerURL(serverURL string) Option + func WithSetHeaders(hdrs map[string]string) Option + func WithTemplatedServerURL(serverURL string, params map[string]string) Option + func WithURLOverride(urlOverride string) Option + type Options struct + AcceptHeaderOverride *AcceptHeaderEnum + Retries *retry.Config + ServerURL *string + SetHeaders map[string]string + Timeout *time.Duration + URLOverride *string + type PublishEventResponse struct + HTTPMeta components.HTTPMetadata + func (o *PublishEventResponse) GetHTTPMeta() components.HTTPMetadata + type RetryTenantEventGlobals struct + TenantID *string + func (o *RetryTenantEventGlobals) GetTenantID() *string + type RetryTenantEventRequest struct + DestinationID string + EventID string + TenantID *string + func (o *RetryTenantEventRequest) GetDestinationID() string + func (o *RetryTenantEventRequest) GetEventID() string + func (o *RetryTenantEventRequest) GetTenantID() *string + type RetryTenantEventResponse struct + HTTPMeta components.HTTPMetadata + func (o *RetryTenantEventResponse) GetHTTPMeta() components.HTTPMetadata + type Theme string + const ThemeDark + const ThemeLight + func (e *Theme) UnmarshalJSON(data []byte) error + func (e Theme) ToPointer() *Theme + type Topics struct + ArrayOfStr []string + Str *string + Type TopicsType + func CreateTopicsArrayOfStr(arrayOfStr []string) Topics + func CreateTopicsStr(str string) Topics + func (u *Topics) UnmarshalJSON(data []byte) error + func (u Topics) MarshalJSON() ([]byte, error) + type TopicsType string + const TopicsTypeArrayOfStr + const TopicsTypeStr + type Type struct + ArrayOfListTenantDestinationsTypeEnum2 []ListTenantDestinationsTypeEnum2 + ListTenantDestinationsTypeEnum1 *ListTenantDestinationsTypeEnum1 + Type TypeType + func CreateTypeArrayOfListTenantDestinationsTypeEnum2(arrayOfListTenantDestinationsTypeEnum2 []ListTenantDestinationsTypeEnum2) Type + func CreateTypeListTenantDestinationsTypeEnum1(listTenantDestinationsTypeEnum1 ListTenantDestinationsTypeEnum1) Type + func (u *Type) UnmarshalJSON(data []byte) error + func (u Type) MarshalJSON() ([]byte, error) + type TypeType string + const TypeTypeArrayOfListTenantDestinationsTypeEnum2 + const TypeTypeListTenantDestinationsTypeEnum1 + type UpdateTenantDestinationGlobals struct + TenantID *string + func (o *UpdateTenantDestinationGlobals) GetTenantID() *string + type UpdateTenantDestinationRequest struct + DestinationID string + DestinationUpdate components.DestinationUpdate + TenantID *string + func (o *UpdateTenantDestinationRequest) GetDestinationID() string + func (o *UpdateTenantDestinationRequest) GetDestinationUpdate() components.DestinationUpdate + func (o *UpdateTenantDestinationRequest) GetTenantID() *string + type UpdateTenantDestinationResponse struct + HTTPMeta components.HTTPMetadata + OneOf *UpdateTenantDestinationResponseBody + func (o *UpdateTenantDestinationResponse) GetHTTPMeta() components.HTTPMetadata + func (o *UpdateTenantDestinationResponse) GetOneOf() *UpdateTenantDestinationResponseBody + type UpdateTenantDestinationResponseBody struct + Destination *components.Destination + Type UpdateTenantDestinationResponseBodyType + func CreateUpdateTenantDestinationResponseBodyDestination(destination components.Destination) UpdateTenantDestinationResponseBody + func (u *UpdateTenantDestinationResponseBody) UnmarshalJSON(data []byte) error + func (u UpdateTenantDestinationResponseBody) MarshalJSON() ([]byte, error) + type UpdateTenantDestinationResponseBodyType string + const UpdateTenantDestinationResponseBodyTypeDestination + type UpsertTenantGlobals struct + TenantID *string + func (o *UpsertTenantGlobals) GetTenantID() *string + type UpsertTenantRequest struct + TenantID *string + func (o *UpsertTenantRequest) GetTenantID() *string + type UpsertTenantResponse struct + HTTPMeta components.HTTPMetadata + Tenant *components.Tenant + func (o *UpsertTenantResponse) GetHTTPMeta() components.HTTPMetadata + func (o *UpsertTenantResponse) GetTenant() *components.Tenant