Versions in this module Expand all Collapse all v0 v0.3.0 Apr 14, 2016 Changes in this version + func NewHandler(h ContextHandler) http.Handler + type CloudConfig struct + Content string + type Config struct + ArmoredSigner sign.Signer + AssetsPath string + Signer sign.Signer + Store storage.Store + type ContextHandler interface + ServeHTTP func(context.Context, http.ResponseWriter, *http.Request) + type ContextHandlerFunc func(context.Context, http.ResponseWriter, *http.Request) + func (f ContextHandlerFunc) ServeHTTP(ctx context.Context, w http.ResponseWriter, req *http.Request) + type Server struct + func NewServer(config *Config) *Server + func (s *Server) HTTPHandler() http.Handler