Versions in this module Expand all Collapse all v0 v0.4.11 Dec 19, 2024 Changes in this version + type CustomFS struct + func NewCustomFS(prefix string) *CustomFS + func (c *CustomFS) Open(name string) (fs.File, error) + func (c *CustomFS) Stat(name string) (fs.FileInfo, error) + type CustomFile struct + func (c *CustomFile) Read(p []byte) (int, error) + func (c *CustomFile) Seek(offset int64, whence int) (int64, error) + func (c *CustomFile) Stat() (fs.FileInfo, error) + type CustomFileInfo struct + func (c *CustomFileInfo) ModTime() time.Time + type GatewayRoute struct + func NewGatewayRoute(management *service.Management) *GatewayRoute + func (g *GatewayRoute) GetRoute() *http.ServeMux + type ManagementRoute struct + func NewManagementRoute(management *service.Management) *ManagementRoute + func (m *ManagementRoute) GetRoute() http.Handler + type StaticRoute struct + func NewStaticRoute(state *service.State) *StaticRoute + func (s *StaticRoute) GetRoute() http.Handler