Versions in this module Expand all Collapse all v0 v0.1.3 Jun 13, 2026 Changes in this version type Set + func (s *Set) MethodNotAllowed(c *mizu.Ctx) error v0.1.2 Jun 8, 2026 Changes in this version + const AssetURLPrefix + func IsFragment(c *mizu.Ctx) bool + type Set struct + func New(assetFS fs.FS, dev bool) (*Set, error) + func (s *Set) AssetHandler() mizu.Handler + func (s *Set) Forbidden(c *mizu.Ctx, chrome any) error + func (s *Set) Fragment(c *mizu.Ctx, name string, vm any) error + func (s *Set) NotFound(c *mizu.Ctx) error + func (s *Set) NotFoundWithChrome(c *mizu.Ctx, chrome any) error + func (s *Set) Page(c *mizu.Ctx, name string, vm any) error + func (s *Set) RepoNotFound(c *mizu.Ctx, chrome any) error + func (s *Set) ServerError(c *mizu.Ctx, _ error) error