Versions in this module Expand all Collapse all v0 v0.1.0 Jun 30, 2020 Changes in this version + type Logger interface + Printf func(format string, v ...interface{}) + type Server struct + Addr string + Logger Logger + Net string + Stores []storage.Store + func New() *Server + func (s *Server) Serve() error + func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request)