github.com/segakazzz/buffalo@v0.16.22-0.20210119082501-1f52048d3feb/genny/resource/presenter.go (about) 1 package resource 2 3 import ( 4 "github.com/gobuffalo/attrs" 5 "github.com/gobuffalo/flect/name" 6 "github.com/gobuffalo/meta" 7 ) 8 9 type presenter struct { 10 App meta.App 11 Name name.Ident 12 Model name.Ident 13 Attrs attrs.Attrs 14 }