Documentation ¶
Index ¶
Constants ¶
View Source
const ( // server name APP_NAME string = "bb.app.boilerplate" // server description APP_DESCRIPTION string = "bb.app.boilerplate is a microservice boilerplate for Bulut-Bilisimciler" // API Route Prefix if exist (e.g "" or "/api-boilerplate") API_PREFIX string = "/api-boilerplate" // Resource Name Prefix if exist (e.g "bb.app.boilerplate") RN_PREFIX string = "bb.app.boilerplatesvc" // Nats FN Prefix if exist (e.g "bb.app.boilerplate") FN_PREFIX string = "bb.fn.boilerplatesvc" )
Variables ¶
View Source
var C config
View Source
var IsProd bool
View Source
var Pwd string
Functions ¶
func ReadConfig ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.