Versions in this module Expand all Collapse all v1 v1.2.4 Mar 19, 2026 Changes in this version + type APIClient struct + TimerGetApi *TimerGetApiService + TimerSearchApi *TimerSearchApiService + TimerStartApi *TimerStartApiService + TimerStopApi *TimerStopApiService + TimerUpdateApi *TimerUpdateApiService + TimersDeleteApi *TimersDeleteApiService + func NewAPIClient(cfg *Configuration) *APIClient + type Configuration struct + MetricsHook openapi.RequestMetricsHook + 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) 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 CreateOrModifyTimerError struct + ProblemDetails models.ProblemDetails + type CreateOrModifyTimerRequest struct + RealmId *string + StorageId *string + SupportedFeatures *string + Timer *models.Timer + TimerId *string + func (r *CreateOrModifyTimerRequest) SetRealmId(RealmId string) + func (r *CreateOrModifyTimerRequest) SetStorageId(StorageId string) + func (r *CreateOrModifyTimerRequest) SetSupportedFeatures(SupportedFeatures string) + func (r *CreateOrModifyTimerRequest) SetTimer(Timer models.Timer) + func (r *CreateOrModifyTimerRequest) SetTimerId(TimerId string) + type CreateOrModifyTimerResponse struct + type CreateOrModifyTimerTimerExpiryPostError struct + ProblemDetails models.ProblemDetails + type CreateOrModifyTimerTimerExpiryPostRequest struct + Timer *models.Timer + func (r *CreateOrModifyTimerTimerExpiryPostRequest) SetTimer(Timer models.Timer) + type CreateOrModifyTimerTimerExpiryPostResponse struct + type DeleteTimerError struct + ProblemDetails models.ProblemDetails + type DeleteTimerRequest struct + RealmId *string + StorageId *string + SupportedFeatures *string + TimerId *string + func (r *DeleteTimerRequest) SetRealmId(RealmId string) + func (r *DeleteTimerRequest) SetStorageId(StorageId string) + func (r *DeleteTimerRequest) SetSupportedFeatures(SupportedFeatures string) + func (r *DeleteTimerRequest) SetTimerId(TimerId string) + type DeleteTimerResponse struct + type DeleteTimersError struct + ProblemDetails models.ProblemDetails + type DeleteTimersRequest struct + ExpiredFilter *string + Filter *models.SearchExpression + RealmId *string + StorageId *string + SupportedFeatures *string + func (r *DeleteTimersRequest) SetExpiredFilter(ExpiredFilter string) + func (r *DeleteTimersRequest) SetFilter(Filter models.SearchExpression) + func (r *DeleteTimersRequest) SetRealmId(RealmId string) + func (r *DeleteTimersRequest) SetStorageId(StorageId string) + func (r *DeleteTimersRequest) SetSupportedFeatures(SupportedFeatures string) + type DeleteTimersResponse struct + TimerIdList models.TimerIdList + type GetTimerError struct + ProblemDetails models.ProblemDetails + type GetTimerRequest struct + RealmId *string + StorageId *string + SupportedFeatures *string + TimerId *string + func (r *GetTimerRequest) SetRealmId(RealmId string) + func (r *GetTimerRequest) SetStorageId(StorageId string) + func (r *GetTimerRequest) SetSupportedFeatures(SupportedFeatures string) + func (r *GetTimerRequest) SetTimerId(TimerId string) + type GetTimerResponse struct + Timer models.Timer + type SearchTimerError struct + ProblemDetails models.ProblemDetails + type SearchTimerRequest struct + ExpiredFilter *string + Filter *models.SearchExpression + RealmId *string + StorageId *string + SupportedFeatures *string + func (r *SearchTimerRequest) SetExpiredFilter(ExpiredFilter string) + func (r *SearchTimerRequest) SetFilter(Filter models.SearchExpression) + func (r *SearchTimerRequest) SetRealmId(RealmId string) + func (r *SearchTimerRequest) SetStorageId(StorageId string) + func (r *SearchTimerRequest) SetSupportedFeatures(SupportedFeatures string) + type SearchTimerResponse struct + TimerIdList models.TimerIdList + type TimerGetApiService service + func (a *TimerGetApiService) GetTimer(ctx context.Context, request *GetTimerRequest) (*GetTimerResponse, error) + type TimerSearchApiService service + func (a *TimerSearchApiService) SearchTimer(ctx context.Context, request *SearchTimerRequest) (*SearchTimerResponse, error) + type TimerStartApiService service + func (a *TimerStartApiService) CreateOrModifyTimer(ctx context.Context, request *CreateOrModifyTimerRequest) (*CreateOrModifyTimerResponse, error) + func (a *TimerStartApiService) CreateOrModifyTimerTimerExpiryPost(ctx context.Context, uri string, ...) (*CreateOrModifyTimerTimerExpiryPostResponse, error) + type TimerStopApiService service + func (a *TimerStopApiService) DeleteTimer(ctx context.Context, request *DeleteTimerRequest) (*DeleteTimerResponse, error) + type TimerUpdateApiService service + func (a *TimerUpdateApiService) UpdateTimer(ctx context.Context, request *UpdateTimerRequest) (*UpdateTimerResponse, error) + type TimersDeleteApiService service + func (a *TimersDeleteApiService) DeleteTimers(ctx context.Context, request *DeleteTimersRequest) (*DeleteTimersResponse, error) + type UpdateTimerError struct + ProblemDetails models.ProblemDetails + type UpdateTimerRequest struct + PatchItem []models.PatchItem + RealmId *string + StorageId *string + SupportedFeatures *string + TimerId *string + func (r *UpdateTimerRequest) SetPatchItem(PatchItem []models.PatchItem) + func (r *UpdateTimerRequest) SetRealmId(RealmId string) + func (r *UpdateTimerRequest) SetStorageId(StorageId string) + func (r *UpdateTimerRequest) SetSupportedFeatures(SupportedFeatures string) + func (r *UpdateTimerRequest) SetTimerId(TimerId string) + type UpdateTimerResponse struct + PatchResult models.PatchResult