Versions in this module Expand all Collapse all v0 v0.2.0 Dec 1, 2022 v0.1.0 Dec 1, 2022 Changes in this version + type Option func(s *Server) + func WithLogger(l goka.Logger) Option + type Server struct + func NewServer(basePath string, router *mux.Router, opts ...Option) *Server + func (s *Server) AttachProcessor(processor *goka.Processor) + func (s *Server) AttachView(view *goka.View) + func (s *Server) BasePath() string