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

# Functions

NewACLResource creates a new resource of type ACL.
NewAuthResource creates a new resource of type Auth.
NewCacheResource creates a new resource of type Cache.
NewControllerResource creates a new resource of type Controller.
NewDbResource creates a new resource of type Db.
NewLayoutResource creates a new resource of type Layout.
NewLoggerResource creates a new resource of type Log.
NewModulesResource creates a new resource of type Module.
NewRegistry creates new resource registry.
NewResource creates a new typed resource.
NewSessionResource creates a new resource of type Session.
NewTranslateResource creates a new resource of type Translate.
NewViewResource creates a new resource of type View.
Register registers a handler for resource creation.

# Constants

EventDebug thrown if there is something insegnificant to say.
EventError thrown on any non job error provided.
EventInfo thrown if there is something to say.
InitMethod Worker initialization function.
InitMethod Worker initialization function.
StatusInit when resource has been properly configured.
StatusOK when resource has been properly configured and setuped.
StatusRegistered when resource has been registered in registry.
StatusStopped when resource stopped.
StatusUndefined when resource bus can not find the resource.
TYPEAcl id of resource.
TYPEAuth id of resource.
TYPECache id of resource.
TYPEController id of resource.
TYPEDb id of resource.
TYPELayout id of resource.
TYPELogger id of resource.
TYPEModules id of resource.
TYPESession id of resource.
TYPETranslate id of resource.
TYPEView id of resource.

# Interfaces

Interface is a resource interface.
Registry is a resource container interface.