Documentation
¶
Index ¶
- type SSEClientFactory
- func (c *SSEClientFactory) GetDestinationListsClient(ctx context.Context) *destinationlists.APIClient
- func (c *SSEClientFactory) GetHttpClient(ctx context.Context) *http.Client
- func (c *SSEClientFactory) GetNtgClient(ctx context.Context) *ntg.APIClient
- func (c *SSEClientFactory) GetPrivateAppsClient(ctx context.Context) *privateapps.APIClient
- func (c *SSEClientFactory) GetReportsClient(ctx context.Context) *reports.APIClient
- func (c *SSEClientFactory) GetResConnClient(ctx context.Context) *resconn.APIClient
- func (c *SSEClientFactory) GetRulesClient(ctx context.Context) *rules.APIClient
- func (c *SSEClientFactory) GetURLString(suffix string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSEClientFactory ¶
type SSEClientFactory struct {
KeyId string
KeySecret string
ApiEndpoint string
SSEHttpClient *http.Client
// contains filtered or unexported fields
}
func (*SSEClientFactory) GetDestinationListsClient ¶
func (c *SSEClientFactory) GetDestinationListsClient(ctx context.Context) *destinationlists.APIClient
func (*SSEClientFactory) GetHttpClient ¶
func (c *SSEClientFactory) GetHttpClient(ctx context.Context) *http.Client
func (*SSEClientFactory) GetNtgClient ¶
func (c *SSEClientFactory) GetNtgClient(ctx context.Context) *ntg.APIClient
func (*SSEClientFactory) GetPrivateAppsClient ¶
func (c *SSEClientFactory) GetPrivateAppsClient(ctx context.Context) *privateapps.APIClient
func (*SSEClientFactory) GetReportsClient ¶
func (c *SSEClientFactory) GetReportsClient(ctx context.Context) *reports.APIClient
func (*SSEClientFactory) GetResConnClient ¶
func (c *SSEClientFactory) GetResConnClient(ctx context.Context) *resconn.APIClient
func (*SSEClientFactory) GetRulesClient ¶
func (c *SSEClientFactory) GetRulesClient(ctx context.Context) *rules.APIClient
func (*SSEClientFactory) GetURLString ¶
func (c *SSEClientFactory) GetURLString(suffix string) string
Click to show internal directories.
Click to hide internal directories.