/framework/webcontext.go

http://github.com/sut-go/gon · Go · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · d1cccdd9c311c550cc0f194ad9b5b3a0 MD5 · raw file

  1. package gon
  2. type WebContext interface {
  3. WriteString(content string)
  4. GetParams()map[string]string
  5. }