v3

package
v0.0.10-beta Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2023 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CtsClientBuilder

func CtsClientBuilder() *http_client.HcHttpClientBuilder

func GenReqDefForCreateNotification

func GenReqDefForCreateNotification() *def.HttpRequestDef

func GenReqDefForCreateTracker

func GenReqDefForCreateTracker() *def.HttpRequestDef

func GenReqDefForDeleteNotification

func GenReqDefForDeleteNotification() *def.HttpRequestDef

func GenReqDefForDeleteTracker

func GenReqDefForDeleteTracker() *def.HttpRequestDef

func GenReqDefForListNotifications

func GenReqDefForListNotifications() *def.HttpRequestDef

func GenReqDefForListQuotas

func GenReqDefForListQuotas() *def.HttpRequestDef

func GenReqDefForListTraces

func GenReqDefForListTraces() *def.HttpRequestDef

func GenReqDefForListTrackers

func GenReqDefForListTrackers() *def.HttpRequestDef

func GenReqDefForUpdateNotification

func GenReqDefForUpdateNotification() *def.HttpRequestDef

func GenReqDefForUpdateTracker

func GenReqDefForUpdateTracker() *def.HttpRequestDef

Types

type CreateNotificationInvoker

type CreateNotificationInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateNotificationInvoker) Invoke

type CreateTrackerInvoker

type CreateTrackerInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateTrackerInvoker) Invoke

type CtsClient

type CtsClient struct {
	HcClient *http_client.HcHttpClient
}

func NewCtsClient

func NewCtsClient(hcClient *http_client.HcHttpClient) *CtsClient

func (*CtsClient) CreateNotification

func (c *CtsClient) CreateNotification(request *model.CreateNotificationRequest) (*model.CreateNotificationResponse, error)

func (*CtsClient) CreateNotificationInvoker

func (c *CtsClient) CreateNotificationInvoker(request *model.CreateNotificationRequest) *CreateNotificationInvoker

func (*CtsClient) CreateTracker

func (c *CtsClient) CreateTracker(request *model.CreateTrackerRequest) (*model.CreateTrackerResponse, error)

func (*CtsClient) CreateTrackerInvoker

func (c *CtsClient) CreateTrackerInvoker(request *model.CreateTrackerRequest) *CreateTrackerInvoker

func (*CtsClient) DeleteNotification

func (c *CtsClient) DeleteNotification(request *model.DeleteNotificationRequest) (*model.DeleteNotificationResponse, error)

func (*CtsClient) DeleteNotificationInvoker

func (c *CtsClient) DeleteNotificationInvoker(request *model.DeleteNotificationRequest) *DeleteNotificationInvoker

func (*CtsClient) DeleteTracker

func (c *CtsClient) DeleteTracker(request *model.DeleteTrackerRequest) (*model.DeleteTrackerResponse, error)

func (*CtsClient) DeleteTrackerInvoker

func (c *CtsClient) DeleteTrackerInvoker(request *model.DeleteTrackerRequest) *DeleteTrackerInvoker

func (*CtsClient) GetCreateNotificationRequest

func (c *CtsClient) GetCreateNotificationRequest() *model.CreateNotificationRequest

func (*CtsClient) GetCreateTrackerRequest

func (c *CtsClient) GetCreateTrackerRequest() *model.CreateTrackerRequest

func (*CtsClient) GetDeleteNotificationRequest

func (c *CtsClient) GetDeleteNotificationRequest() *model.DeleteNotificationRequest

func (*CtsClient) GetDeleteTrackerRequest

func (c *CtsClient) GetDeleteTrackerRequest() *model.DeleteTrackerRequest

func (*CtsClient) GetListNotificationsRequest

func (c *CtsClient) GetListNotificationsRequest() *model.ListNotificationsRequest

func (*CtsClient) GetListQuotasRequest

func (c *CtsClient) GetListQuotasRequest() *model.ListQuotasRequest

func (*CtsClient) GetListTracesRequest

func (c *CtsClient) GetListTracesRequest() *model.ListTracesRequest

func (*CtsClient) GetListTrackersRequest

func (c *CtsClient) GetListTrackersRequest() *model.ListTrackersRequest

func (*CtsClient) GetUpdateNotificationRequest

func (c *CtsClient) GetUpdateNotificationRequest() *model.UpdateNotificationRequest

func (*CtsClient) GetUpdateTrackerRequest

func (c *CtsClient) GetUpdateTrackerRequest() *model.UpdateTrackerRequest

func (*CtsClient) ListNotifications

func (c *CtsClient) ListNotifications(request *model.ListNotificationsRequest) (*model.ListNotificationsResponse, error)

func (*CtsClient) ListNotificationsInvoker

func (c *CtsClient) ListNotificationsInvoker(request *model.ListNotificationsRequest) *ListNotificationsInvoker

func (*CtsClient) ListQuotas

func (c *CtsClient) ListQuotas(request *model.ListQuotasRequest) (*model.ListQuotasResponse, error)

func (*CtsClient) ListQuotasInvoker

func (c *CtsClient) ListQuotasInvoker(request *model.ListQuotasRequest) *ListQuotasInvoker

func (*CtsClient) ListTraces

func (c *CtsClient) ListTraces(request *model.ListTracesRequest) (*model.ListTracesResponse, error)

func (*CtsClient) ListTracesInvoker

func (c *CtsClient) ListTracesInvoker(request *model.ListTracesRequest) *ListTracesInvoker

func (*CtsClient) ListTrackers

func (c *CtsClient) ListTrackers(request *model.ListTrackersRequest) (*model.ListTrackersResponse, error)

func (*CtsClient) ListTrackersInvoker

func (c *CtsClient) ListTrackersInvoker(request *model.ListTrackersRequest) *ListTrackersInvoker

func (*CtsClient) UpdateNotification

func (c *CtsClient) UpdateNotification(request *model.UpdateNotificationRequest) (*model.UpdateNotificationResponse, error)

func (*CtsClient) UpdateNotificationInvoker

func (c *CtsClient) UpdateNotificationInvoker(request *model.UpdateNotificationRequest) *UpdateNotificationInvoker

func (*CtsClient) UpdateTracker

func (c *CtsClient) UpdateTracker(request *model.UpdateTrackerRequest) (*model.UpdateTrackerResponse, error)

func (*CtsClient) UpdateTrackerInvoker

func (c *CtsClient) UpdateTrackerInvoker(request *model.UpdateTrackerRequest) *UpdateTrackerInvoker

type DeleteNotificationInvoker

type DeleteNotificationInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteNotificationInvoker) Invoke

type DeleteTrackerInvoker

type DeleteTrackerInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteTrackerInvoker) Invoke

type ListNotificationsInvoker

type ListNotificationsInvoker struct {
	*invoker.BaseInvoker
}

func (*ListNotificationsInvoker) Invoke

type ListQuotasInvoker

type ListQuotasInvoker struct {
	*invoker.BaseInvoker
}

func (*ListQuotasInvoker) Invoke

type ListTracesInvoker

type ListTracesInvoker struct {
	*invoker.BaseInvoker
}

func (*ListTracesInvoker) Invoke

type ListTrackersInvoker

type ListTrackersInvoker struct {
	*invoker.BaseInvoker
}

func (*ListTrackersInvoker) Invoke

type UpdateNotificationInvoker

type UpdateNotificationInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateNotificationInvoker) Invoke

type UpdateTrackerInvoker

type UpdateTrackerInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateTrackerInvoker) Invoke

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL