Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GetProducts = func(ctx context.Context, httpClient *http.HttpClient, productId string) ([]byte, error) { return httpClient.Get(ctx, fmt.Sprintf("products/%s", productId)) }
View Source
var UpdateSystemMessage = func(releaseClient *openapi.APIClient, systemMessage openapi.SystemMessageSettings) (*openapi.SystemMessageSettings, *http.Response, error) { return releaseClient.ConfigurationApi.UpdateSystemMessage(context.TODO()).SystemMessageSettings(systemMessage).Execute() }
Functions ¶
func ServerQuery ¶
func ServerQuery(ctx context.Context, httpClient *http.HttpClient, productId string) (*task.Result, error)
ServerQuery Fetches product details from a remote server
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.