Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ApiWaButton string = os.Getenv("URLAPIWABUTTON")
View Source
var Cors = cors.Config{ AllowOrigins: strings.Join(origins[:], ","), AllowMethods: "GET,HEAD,OPTIONS,POST,PUT", AllowHeaders: "Origin, X-Requested-With, Content-Type, Accept, Authorization, Access-Control-Request-Headers, token, Access-Control-Allow-Origin, Access-Control-Allow-Header, Authorization, Bearer", ExposeHeaders: "Content-Length", AllowCredentials: true, }
View Source
var Iteung = fiber.Config{ Prefork: true, CaseSensitive: true, StrictRouting: true, ServerHeader: "Iteung", AppName: "Message Router", }
View Source
var PrivateKey string = os.Getenv("PRIVATEKEY")
View Source
var PublicKey string = os.Getenv("PUBLICKEY")
View Source
var Stringmaria = "root:@tcp(127.0.0.1:3306)/transaksi_pembelian"
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.