# Packages
No description provided by the author
# Functions
No description provided by the author
RegisterAgentLocalServiceHandler registers the http handlers for service AgentLocalService to "mux".
RegisterAgentLocalServiceHandlerClient registers the http handlers for service AgentLocalService to "mux".
RegisterAgentLocalServiceHandlerFromEndpoint is same as RegisterAgentLocalServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterAgentLocalServiceHandlerServer registers the http handlers for service AgentLocalService to "mux".
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
# Variables
AgentLocalService_ServiceDesc is the grpc.ServiceDesc for AgentLocalService service.
No description provided by the author
# Structs
AgentInfo contains information about Agent managed by pmm-agent.
AgentInfoValidationError is the validation error returned by AgentInfo.Validate if the designated constraints aren't met.
No description provided by the author
ReloadRequestValidationError is the validation error returned by ReloadRequest.Validate if the designated constraints aren't met.
ReloadRequest may not be received by the client due to pmm-agent restart.
ReloadResponseValidationError is the validation error returned by ReloadResponse.Validate if the designated constraints aren't met.
ServerInfo contains information about the PMM Server.
ServerInfoValidationError is the validation error returned by ServerInfo.Validate if the designated constraints aren't met.
No description provided by the author
StatusRequestValidationError is the validation error returned by StatusRequest.Validate if the designated constraints aren't met.
No description provided by the author
StatusResponseValidationError is the validation error returned by StatusResponse.Validate if the designated constraints aren't met.
UnimplementedAgentLocalServiceServer must be embedded to have forward compatible implementations.
# Interfaces
AgentLocalServiceClient is the client API for AgentLocalService service.
AgentLocalServiceServer is the server API for AgentLocalService service.
UnsafeAgentLocalServiceServer may be embedded to opt out of forward compatibility for this service.
# Type aliases
AgentInfoMultiError is an error wrapping multiple validation errors returned by AgentInfo.ValidateAll() if the designated constraints aren't met.
ReloadRequestMultiError is an error wrapping multiple validation errors returned by ReloadRequest.ValidateAll() if the designated constraints aren't met.
ReloadResponseMultiError is an error wrapping multiple validation errors returned by ReloadResponse.ValidateAll() if the designated constraints aren't met.
ServerInfoMultiError is an error wrapping multiple validation errors returned by ServerInfo.ValidateAll() if the designated constraints aren't met.
StatusRequestMultiError is an error wrapping multiple validation errors returned by StatusRequest.ValidateAll() if the designated constraints aren't met.
StatusResponseMultiError is an error wrapping multiple validation errors returned by StatusResponse.ValidateAll() if the designated constraints aren't met.