MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / getCurrentTime

Method getCurrentTime

internal/repository/dao/relation.go:63–65  ·  view source on GitHub ↗

getCurrentTime 获取当前时间戳(毫秒)

()

Source from the content-addressed store, hash-verified

61
62// getCurrentTime 获取当前时间戳(毫秒)
63func (r *relationDAO) getCurrentTime() int64 {
64 return time.Now().UnixMilli()
65}
66
67// ListFollowerRelations 获取关注者的关系列表
68func (r *relationDAO) ListFollowerRelations(ctx context.Context, followerID int64, pagination domain.Pagination) ([]Relation, error) {

Callers 3

FollowUserMethod · 0.95
CancelFollowUserMethod · 0.95
UpdateStatusMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected