notify_stmt.go 131 B

12345678910
  1. package pg
  2. type NotifyStmt struct {
  3. Conditionname *string
  4. Payload *string
  5. }
  6. func (n *NotifyStmt) Pos() int {
  7. return 0
  8. }