Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ROUTE_AUTHPF = "/api/v1/authpf/activate" ROUTE_AUTHPF_ALL = "/api/v1/authpf/all" ROUTE_LOGIN = "/login" )
View Source
var (
Version = "dev"
)
Global variables
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) Bootstrap ¶
bootstrap initializes the application: flags, config, JWT secret, SSL validation, and logger
func (*Server) SetupServer ¶
setupServer configures the Echo server with middleware and routes
func (*Server) StartServerWithGracefulShutdown ¶
Start Graceful Server
type VersionInfo ¶
type VersionInfo struct {
ServerVersion string `json:"server_version"`
APIVersion string `json:"api_version"`
}
func GetVersionInfo ¶
func GetVersionInfo() VersionInfo
Click to show internal directories.
Click to hide internal directories.