github.com/pjdufour-truss/pop@v4.11.2-0.20190705085848-4c90b0ff4d5a+incompatible/nulls/schema.go (about)

     1  package nulls
     2  
     3  import (
     4  	"github.com/gobuffalo/nulls"
     5  )
     6  
     7  // RegisterWithSchema allows for the nulls package to be used with http://www.gorillatoolkit.org/pkg/schema#Converter
     8  var RegisterWithSchema = nulls.RegisterWithSchema