Skip to content

Commit

Permalink
fix: tick impl
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangliang committed Sep 22, 2021
1 parent 73a6bc3 commit 15cb595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/agent/tick.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ type Ticker interface {
context() context.Context
stat() *actor.PID
actorCtx() *actor.RootContext
RecvTime(timestamp int64)
SendTime(timestamp int64)
RecvTime(unixNano string)
SendTime(unixNano string)
}

type Tick struct {
Expand Down

0 comments on commit 15cb595

Please sign in to comment.