diff options
| author | chrislu <chris.lu@gmail.com> | 2024-02-29 09:38:52 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-02-29 09:38:52 -0800 |
| commit | 1b4484bf0a63f66935c9d0d12fda66d619195542 (patch) | |
| tree | 410ab9eefe80fe861a7f91ed287222c8db20fa7a /weed/util/log_buffer/log_read.go | |
| parent | 2a7028373d653d40428410a78dcb291a168ccac6 (diff) | |
| download | seaweedfs-1b4484bf0a63f66935c9d0d12fda66d619195542.tar.xz seaweedfs-1b4484bf0a63f66935c9d0d12fda66d619195542.zip | |
go fmt
Diffstat (limited to 'weed/util/log_buffer/log_read.go')
| -rw-r--r-- | weed/util/log_buffer/log_read.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/util/log_buffer/log_read.go b/weed/util/log_buffer/log_read.go index 6acd5a50f..8a4d2d851 100644 --- a/weed/util/log_buffer/log_read.go +++ b/weed/util/log_buffer/log_read.go @@ -18,7 +18,7 @@ var ( ) type MessagePosition struct { - time.Time // this is the timestamp of the message + time.Time // this is the timestamp of the message BatchIndex int64 // this is only used when the timestamp is not enough to identify the next message, when the timestamp is in the previous batch. } |
