-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from isd-sgcu/checkin-time
Checkin time
- Loading branch information
Showing
6 changed files
with
134 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package constant | ||
|
||
const RPKM_CONFIRM = "rpkm-confirm" | ||
const RPKM_DAY_ONE = "rpkm-day-1" | ||
const RPKM_DAY_TWO = "rpkm-day-2" | ||
const FRESHY_NIGHT_CONFIRM = "freshy-night-confirm" | ||
const FRESHY_NIGHT = "freshy-night" | ||
|
||
var StaffOnlyCheckin = map[string]struct{}{ | ||
RPKM_DAY_ONE: {}, | ||
RPKM_DAY_TWO: {}, | ||
FRESHY_NIGHT: {}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters