Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 469 Bytes

function_list.md

File metadata and controls

21 lines (11 loc) · 469 Bytes

Fuction List Return Parent

  • *Default() Engine

    // (gin.go) Default returns an Engine instance with the Logger and Recovery middleware already attached.

    debugPrintWARNINGDefault() engine := New() engine.Use(Logger(), Recovery())

  • *(engine Engine) LoadHTMLGlob(pattern string)

    //(gin.go) LoadHTMLGlob loads HTML files identified by glob pattern and associates the result with HTML renderer.