Versions in this module Expand all Collapse all v1 v1.6.4 Feb 24, 2021 Changes in this version + type Server struct + DoneCh chan struct{} + Templates []*ctconfig.TemplateConfig + func NewServer(conf *ServerConfig) *Server + func (ts *Server) Run(ctx context.Context, incoming chan string, ...) error + func (ts *Server) Stop() + type ServerConfig struct + ExitAfterAuth bool + LogLevel hclog.Level + LogWriter io.Writer + Logger hclog.Logger + Namespace string + TemplateRetry *config.TemplateRetry + VaultConf *config.Vault