volvox/service-chats/src/main/java/io/volvox/chats/Status.java

7 lines
69 B
Java
Raw Normal View History

2021-11-26 01:01:34 +01:00
package io.volvox.chats;
public enum Status {
2021-11-26 18:23:44 +01:00
DEAD,
ALIVE
2021-11-26 01:01:34 +01:00
}