github.com/zepatrik/pop@v4.13.1+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