Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentServiceClient ¶
type AgentServiceClient struct {
// contains filtered or unexported fields
}
func NewAgentServiceClient ¶
func NewAgentServiceClient(addr string, options ...AgentServiceClientOption) (*AgentServiceClient, error)
func (*AgentServiceClient) Close ¶
func (asc *AgentServiceClient) Close() error
func (*AgentServiceClient) PublishDeployments ¶
func (asc *AgentServiceClient) PublishDeployments(ctx context.Context, pdr *agentservice.PublishDeploymentsRequest) (*agentservice.PublishDeploymentsResponse, error)
type AgentServiceClientOption ¶
type AgentServiceClientOption func(*AgentServiceClient)
func WithMutualTLS ¶
func WithMutualTLS(x509Files *mtls.X509Files) AgentServiceClientOption
Click to show internal directories.
Click to hide internal directories.