on_conflict_action.go 91 B

1234567
  1. package pg
  2. type OnConflictAction uint
  3. func (n *OnConflictAction) Pos() int {
  4. return 0
  5. }