We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ec1db commit 6183335Copy full SHA for 6183335
flash.go
@@ -12,6 +12,7 @@ import (
12
// E.g. the Post/Redirect/Get pattern:
13
// http://en.wikipedia.org/wiki/Post/Redirect/Get
14
type Flash struct {
15
+ // `Data` is the input which is read in `restoreFlash`, `Out` is the output which is set in a FLASH cookie at the end of the `FlashFilter()`
16
Data, Out map[string]string
17
}
18
0 commit comments