Versions in this module Expand all Collapse all v1 v1.0.0 Aug 6, 2023 Changes in this version + type Server struct + func NewServer(config config.Config, logger *zap.Logger) *Server + func (s *Server) Authenticate(ctx *gin.Context) + func (s *Server) ErrorHandler(ctx *gin.Context) + func (s *Server) HandleInteraction(ctx *gin.Context) + func (s *Server) Run() error + func (s *Server) UpdatePledges(pledges map[string]patreon.Patron)