/framework/webcontext.go
http://github.com/sut-go/gon · Go · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · d1cccdd9c311c550cc0f194ad9b5b3a0 MD5 · raw file
- package gon
- type WebContext interface {
- WriteString(content string)
- GetParams()map[string]string
- }