/framework/mv.go
http://github.com/sut-go/gon · Go · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · 37f835fbbe402877b2246490f9c90e8b MD5 · raw file
- package mv
- type Model map[string]interface{}
- type View string
- func (v View) String() string {
- return string(v)
- }
- type Params map[string]string