Documentation ¶
Index ¶
Constants ¶
View Source
const (
SocketName = "agent.ttrpc"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentProxy ¶
type AgentProxy interface { Start(ctx context.Context, serverURL *url.URL) error Ready() chan struct{} Shutdown() error CAService() tlsutil.CAService ClientCA() (certPEM []byte) }
func NewAgentProxy ¶
type Factory ¶
type Factory interface {
New(serverName, socketPath string) AgentProxy
}
Click to show internal directories.
Click to hide internal directories.