Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Dec 17, 2024
1 parent 1bb69fa commit f234dd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sources/mysql/streaming/offset.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ type Position struct {
// Binlog position
File string `yaml:"file"`
Pos uint32 `yaml:"pos"`

// GTID set
// GTID
GTIDSet string `yaml:"gtidSet"`
UnixTs int64 `yaml:"unixTs"`

UnixTs int64 `yaml:"unixTs"`
}

func (p Position) String() string {
Expand Down

0 comments on commit f234dd6

Please sign in to comment.