12 lines
213 B
Go
12 lines
213 B
Go
|
package django
|
||
|
|
||
|
const (
|
||
|
NoteID = ID
|
||
|
NotePlayerID = "player_id"
|
||
|
NoteMessage = "message"
|
||
|
NoteImportance = "importance"
|
||
|
NoteStaffID = "staff_id"
|
||
|
NoteDate = "date"
|
||
|
NoteLink = Link
|
||
|
)
|