Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ApiWaButton string = os.Getenv("URLAPIWABUTTON")
View Source
var Client *whatsmeow.Client
View Source
var Cors = cors.Config{ AllowOrigins: strings.Join(origins[:], ","), AllowMethods: "GET, HEAD, OPTIONS, POST, PUT, DELETE", AllowHeaders: "Origin, Login, Content-Type", ExposeHeaders: "Content-Length", AllowCredentials: true, }
View Source
var DBUlbimongoinfo = atdb.DBInfo{ DBString: MongoString, DBName: "tesdb2024", }
View Source
var Iteung = fiber.Config{ Prefork: false, CaseSensitive: true, StrictRouting: true, ServerHeader: "Iteung", AppName: "Message Router", }
View Source
var IteungIPAddress string = os.Getenv("ITEUNGBEV1")
View Source
var MongoString string = os.Getenv("MONGOSTRING")
View Source
var PrivateKey string = os.Getenv("PRIVATEKEY")
View Source
var PublicKey string = os.Getenv("PUBLICKEY")
View Source
var Ulbimongoconn = atdb.MongoConnect(DBUlbimongoinfo)
View Source
var Usertables = [4]whatsauth.LoginInfo{mhs, dosen, user, user1}
View Source
var V interface{}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.