Documentation
¶
Overview ¶
Code from here is a potential candidate to add to https://github.com/Azure/azure-extension-platform/blob/main/pkg/status/status.go and have others extensions benefit from it as windows extensions can already delegate code from https://msazure.visualstudio.com/One/_git/Compute-ART-GuestAgentHostPlugin.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GuestInformationServiceClient ¶
type GuestInformationServiceClient struct {
Endpoint string
}
func NewGuestInformationServiceClient ¶
func NewGuestInformationServiceClient(e string) GuestInformationServiceClient
func (GuestInformationServiceClient) GetEndpoint ¶
func (c GuestInformationServiceClient) GetEndpoint() string
func (GuestInformationServiceClient) ReportStatus ¶
func (c GuestInformationServiceClient) ReportStatus(statusToUpload string) (*http.Response, error)
type PutStatusRequest ¶
type PutStatusRequest struct {
Content string
}
Click to show internal directories.
Click to hide internal directories.