Documentation ¶
Index ¶
- func Flash(ctx *http.RequestCtx) string
- func Foot() string
- func Head(title string) string
- func Index(ctx *http.RequestCtx, posts []types.Post) string
- func Menu(ctx *http.RequestCtx, active string) string
- func Missing(ctx *http.RequestCtx) string
- func Post(i int, p types.Post) string
- func Signup(ctx *http.RequestCtx) string
- func StreamFlash(qw422016 *qt422016.Writer, ctx *http.RequestCtx)
- func StreamFoot(qw422016 *qt422016.Writer)
- func StreamHead(qw422016 *qt422016.Writer, title string)
- func StreamIndex(qw422016 *qt422016.Writer, ctx *http.RequestCtx, posts []types.Post)
- func StreamMenu(qw422016 *qt422016.Writer, ctx *http.RequestCtx, active string)
- func StreamMissing(qw422016 *qt422016.Writer, ctx *http.RequestCtx)
- func StreamPost(qw422016 *qt422016.Writer, i int, p types.Post)
- func StreamSignup(qw422016 *qt422016.Writer, ctx *http.RequestCtx)
- func WriteFlash(qq422016 qtio422016.Writer, ctx *http.RequestCtx)
- func WriteFoot(qq422016 qtio422016.Writer)
- func WriteHead(qq422016 qtio422016.Writer, title string)
- func WriteIndex(qq422016 qtio422016.Writer, ctx *http.RequestCtx, posts []types.Post)
- func WriteMenu(qq422016 qtio422016.Writer, ctx *http.RequestCtx, active string)
- func WriteMissing(qq422016 qtio422016.Writer, ctx *http.RequestCtx)
- func WritePost(qq422016 qtio422016.Writer, i int, p types.Post)
- func WriteSignup(qq422016 qtio422016.Writer, ctx *http.RequestCtx)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Flash ¶
func Flash(ctx *http.RequestCtx) string
func Missing ¶
func Missing(ctx *http.RequestCtx) string
func Signup ¶
func Signup(ctx *http.RequestCtx) string
func StreamFlash ¶
func StreamFlash(qw422016 *qt422016.Writer, ctx *http.RequestCtx)
func StreamFoot ¶
func StreamHead ¶
func StreamIndex ¶
func StreamMenu ¶
func StreamMenu(qw422016 *qt422016.Writer, ctx *http.RequestCtx, active string)
func StreamMissing ¶
func StreamMissing(qw422016 *qt422016.Writer, ctx *http.RequestCtx)
func StreamSignup ¶
func StreamSignup(qw422016 *qt422016.Writer, ctx *http.RequestCtx)
func WriteFlash ¶
func WriteFlash(qq422016 qtio422016.Writer, ctx *http.RequestCtx)
func WriteFoot ¶
func WriteFoot(qq422016 qtio422016.Writer)
func WriteHead ¶
func WriteHead(qq422016 qtio422016.Writer, title string)
func WriteIndex ¶
func WriteIndex(qq422016 qtio422016.Writer, ctx *http.RequestCtx, posts []types.Post)
func WriteMenu ¶
func WriteMenu(qq422016 qtio422016.Writer, ctx *http.RequestCtx, active string)
func WriteMissing ¶
func WriteMissing(qq422016 qtio422016.Writer, ctx *http.RequestCtx)
func WriteSignup ¶
func WriteSignup(qq422016 qtio422016.Writer, ctx *http.RequestCtx)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.