package
0.0.4
Repository: https://github.com/shahind/go-jet-framework.git
Documentation: pkg.go.dev

# Functions

DecodeJsonRequest in a selected struct.
GetDynamicPath returns the absolute path of the selected file/folder.
RunJob executes the handler of the given job once or more than once.
ValidateRequest incoming request.
View Render specific view.

# Structs

Job structure defines a job that should be run with the RunJob function.
JobResponse represents the response of a long running job.

# Type aliases

JobHandler defines the signature of the function that should be executed.
JobResponseHandler defines the signature of a function that should be used to handle one of the possible responses of a job (success, failure, timeout).