on_commit_action.go 87 B

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