package
0.0.0-20250206095323-67f4e8942fa5
Repository: https://github.com/noxyicm/wsf.git
Documentation: pkg.go.dev

# Functions

NewDefaultModuleHandler creates new default module handler.
NewHandler creates a new module handler specified by type.
NewModule creates new module struct.
Register registers a handler constructor for module handler creation.
RegisterModule registers a module in handler.
ResolveImportPath returns the filesystem path for the given import path Returns an error if the import path could not be found.

# Constants

TYPEDefault represents default dispatcher.

# Structs

Config represents module configuration.
Default is a default dispatcher.
Module represents a module.

# Interfaces

Handler represents module handler interface.
Interface defines a module.