Skip to content

Commit d60eaca

Browse files
committed
feat: add status registration
1 parent c1d9fbb commit d60eaca

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

constants/event.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ const (
1313
EventTypeTechTalk EventType = "Tech Talk"
1414
EventTypeNgobar EventType = "Ngobar"
1515

16-
PENDING = "PENDING"
17-
SUCCESS = "SUCCESS"
16+
PENDING = "PENDING"
17+
SUCCESS = "SUCCESS"
18+
REJECTED = "REJECTED"
19+
CANCELLED = "CANCELLED"
1820
)
1921

2022
func GetValidEventTypes() []EventType {

0 commit comments

Comments
 (0)