Versions in this module Expand all Collapse all v0 v0.1.0 Sep 30, 2024retracted Changes in this version + type ProcessExitError struct + ExitCode int + func (e *ProcessExitError) Error() string + type Server struct + func NewServer(cfg *ServerConfig) *Server + func (s *Server) Run(ctx context.Context, incomingVaultToken chan string) error + type ServerConfig struct + AgentConfig *config.Config + LogLevel hclog.Level + LogWriter io.Writer + Logger hclog.Logger + Namespace string