github.com/aacfactory/fns-contrib/databases/sql@v1.2.84/dac/specifications/fields.go (about)

     1  package specifications
     2  
     3  type FieldValue struct {
     4  	Name  string
     5  	Value any
     6  }