package
0.0.0-20200617025226-f32db495286d
Repository: https://github.com/ap4y/leaf.git
Documentation: pkg.go.dev

# Functions

Dir returns a http.Filesystem for the embedded assets on a given prefix dir.
FS returns a http.Filesystem for the embedded assets.
FSByte returns the named file from the embedded assets.
FSMustByte is the same as FSByte, but panics if name is not present.
FSMustString is the string version of FSMustByte.
FSString is the string version of FSByte.
NewServer construct a new Server instance.
NewSessionState constructs a new SessionState.
NewTUI construct a new TUI instance.

# Structs

Server implements web ui for reviews.
SessionState state holds public state of the ReviewSession.
TUI implements terminal UI.