11 lines
164 B
Go
11 lines
164 B
Go
|
package django
|
||
|
|
||
|
const (
|
||
|
AlertID = ID
|
||
|
AlertUserID = "user_id"
|
||
|
AlertMessage = "message"
|
||
|
AlertSeen = "seen"
|
||
|
AlertDate = "date"
|
||
|
AlertLink = Link
|
||
|
)
|