Skip to content

Commit

Permalink
#19 Implementation the count functions about messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jameschen authored and jameschen committed Oct 27, 2019
2 parents 62be4b5 + 4a5541a commit 79e2a20
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/java/im/turms/turms/constant/DivideBy.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package im.turms.turms.constant;

public enum DivideBy {
HOUR,
DAY,
MONTH,
NOOP
}

0 comments on commit 79e2a20

Please sign in to comment.