Use typed IDs instead of plain strings
This commit is contained in:
@ -12,7 +12,7 @@ import (
|
||||
type Activity interface {
|
||||
Creator() *User
|
||||
TypeName() string
|
||||
GetID() string
|
||||
GetID() ID
|
||||
GetCreated() string
|
||||
GetCreatedBy() UserID
|
||||
GetCreatedTime() time.Time
|
||||
|
Reference in New Issue
Block a user