mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-10 08:17:30 -06:00
[chore] github.com/superseriousbusiness/activity -> codeberg.org/superseriousbusiness/activity (#3853)
This commit is contained in:
parent
4c9901fc03
commit
e2e185d10b
801 changed files with 4225 additions and 4026 deletions
11
vendor/codeberg.org/superseriousbusiness/activity/pub/clock.go
generated
vendored
Normal file
11
vendor/codeberg.org/superseriousbusiness/activity/pub/clock.go
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
package pub
|
||||
|
||||
import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// Clock determines the time.
|
||||
type Clock interface {
|
||||
// Now returns the current time.
|
||||
Now() time.Time
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue