github.com/friesencr/pop/v6@v6.1.6/genny/model/presenter.go (about) 1 package model 2 3 import ( 4 "github.com/gobuffalo/attrs" 5 "github.com/gobuffalo/flect/name" 6 ) 7 8 type presenter struct { 9 Name name.Ident 10 Encoding name.Ident 11 Imports []string 12 Validations attrs.Attrs 13 }