github.com/dolanor/pop@v4.13.0+incompatible/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  }