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

# Functions

NewAuthService creates a new service of type Auth.
NewHTTPService creates a new service of type Http.
NewRPCService creates a new service of type Http.
NewServer creates new server.
NewService creates a new typed service.
NewStaticService creates a new service of type Static.
NewTaskerService creates a new service of type Static.
Register registers a handler for service 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.
StatusOK when service has been properly configured.
StatusRegistered when service has been registered in server.
StatusServing when service is serving.
StatusStopped when service stopped.
StatusStopping when service in shutdown.
StatusUndefined when service bus can not find the service.
TYPEAuth id of resource.
TYPEHttp id of resource.
TYPERpc id of resource.
TYPEStatic id of resource.
TYPETasker id of service.

# Interfaces

Server interface exposing its services.