Moved Google Translate client to Router.

This commit is contained in:
Patrick Connolly
2018-10-23 19:34:47 +08:00
parent 5697772ee3
commit c42a4db10b
2 changed files with 1 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ import (
type Router struct {
Gateways map[string]*Gateway
Message chan config.Message
GTClient *translate.Client
*config.Config
}