prepared.go 68 B

123456
  1. package common
  2. type Prepared struct {
  3. Query string
  4. Args []any
  5. }