From a8c573fd9e8fc5798cc7191e572efff55f624d14 Mon Sep 17 00:00:00 2001 From: namhq1989 Date: Thu, 5 Jan 2023 20:57:52 +0700 Subject: [PATCH] add stream auth --- constant.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/constant.go b/constant.go index 3864663..18076ae 100644 --- a/constant.go +++ b/constant.go @@ -7,6 +7,7 @@ var AllStreams = struct { Order string Withdrawal string Jobs string + Auth string }{ Selly: "selly", User: "user", @@ -14,6 +15,7 @@ var AllStreams = struct { Order: "order", Withdrawal: "withdrawal", Jobs: "jobs", + Auth: "auth", } var AllServers = struct {