Documentation
¶
Index ¶
Constants ¶
View Source
const (
CERT_DIR = "keys/certificate.pem"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentControllerRpcServices ¶
type AgentControllerRpcServices struct {
CryptoServices pb.NodeAgentCryptoServiceClient
FeatureService pb.NodeAgentFeatureServiceClient
// contains filtered or unexported fields
}
the service impl for all the core controller services the endpoint agent uses
func NewAgentControllerRpcServices ¶
func NewAgentControllerRpcServices() (*AgentControllerRpcServices, error)
func (*AgentControllerRpcServices) CloseAgentRpcClient ¶
func (client *AgentControllerRpcServices) CloseAgentRpcClient() error
func (*AgentControllerRpcServices) NodeAgentControllerEnforceSecRpc ¶
func (client *AgentControllerRpcServices) NodeAgentControllerEnforceSecRpc(ctx context.Context) error
Click to show internal directories.
Click to hide internal directories.