Versions in this module Expand all Collapse all v0 v0.6.0 Mar 19, 2024 Changes in this version + type Server struct + func NewServer(opts *ServerOptions, hooks ...handlers.Named) *Server + func (*Server) NeedLeaderElection() bool + func (s *Server) Start(ctx context.Context) error + type ServerOptions struct + func NewServerOptions() *ServerOptions + func (s *ServerOptions) AddFlags(fs *pflag.FlagSet)