package
0.2.2
Repository: https://github.com/mjolnir-mud/engine.git
Documentation: pkg.go.dev

# Functions

GetIntFromFlash gets a string value from the store, under the given key.
GetIntFromFlashWithDefault gets a string value from the store, under the given key.
GetStringFromFlash gets a string value from the store, under the given key.
Render renders a template to the session.
Send breaks up a string into lines and calles SendLines.
Sendf breaks up a string into lines and calles SendLines.
SendLine sends a line to the session.
SendLinef sends a formatted line to the session.
SendLines sends a slice of lines to the session.
SetIntInFlash sets an int value in the flash, under the given key.
SetIntInStore sets an int value in the store, under the given key.
SetStringInFlash sets a string value in the flash, under the given key.
Start starts the session with the given id.