Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AppName = "turna" LoadName = "" StartDate = time.Now() )
View Source
var Application = struct { LogLevel string `cfg:"log_level"` Loads loader.Configs `cfg:"loads"` Services service.Services `cfg:"services"` Print string `cfg:"print"` Server server.Server `cfg:"server"` }{ LogLevel: "info", }
View Source
var BuildVars = Build{}
View Source
var GetBanner = func() string {
return banner[1:]
}
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.