This commit is contained in:
9seconds
2019-10-07 12:13:07 +03:00
parent 072bce2922
commit c9743b5675
28 changed files with 630 additions and 172 deletions
+1 -2
View File
@@ -6,12 +6,11 @@ import (
"go.uber.org/zap"
"github.com/9seconds/mtg/conntypes"
"github.com/9seconds/mtg/wrappers"
)
type TelegramRequest struct {
Logger *zap.SugaredLogger
ClientConn wrappers.StreamReadWriteCloser
ClientConn conntypes.StreamReadWriteCloser
ConnID conntypes.ConnID
Ctx context.Context
Cancel context.CancelFunc