Versions in this module Expand all Collapse all v0 v0.19.4 May 24, 2023 Changes in this version + func InitDBEngine(ctx context.Context) (err error) + func ProtocolMiddlewares() (handlers []any) + func RenderMarkup(ctx *context.Base, repo *context.Repository, ...) + func RenderPanicErrorPage(w http.ResponseWriter, req *http.Request, err any) + func ServeBlob(ctx *context.Base, filePath string, blob *git.Blob, lastModified time.Time) error + func ServeContentByReadSeeker(ctx *context.Base, filePath string, modTime time.Time, reader io.ReadSeeker) + func ServeContentByReader(ctx *context.Base, filePath string, size int64, reader io.Reader) + func Sessioner() func(next http.Handler) http.Handler