Home / Function/ LoadHTMLFS() — gin Function Reference

LoadHTMLFS() — gin Function Reference

Architecture documentation for the LoadHTMLFS() function in gins.go from the gin codebase.

Entity Profile

Dependency Diagram

graph TD
  641bd444_dc5d_a290_b10b_6e9ecd0ff777["LoadHTMLFS()"]
  cb30e8b5_05d8_055b_221f_c1b89655372b["gins.go"]
  641bd444_dc5d_a290_b10b_6e9ecd0ff777 -->|defined in| cb30e8b5_05d8_055b_221f_c1b89655372b
  style 641bd444_dc5d_a290_b10b_6e9ecd0ff777 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

ginS/gins.go lines 30–32

func LoadHTMLFS(fs http.FileSystem, patterns ...string) {
	engine().LoadHTMLFS(fs, patterns...)
}

Subdomains

Defined In

Frequently Asked Questions

What does LoadHTMLFS() do?
LoadHTMLFS() is a function in the gin codebase, defined in ginS/gins.go.
Where is LoadHTMLFS() defined?
LoadHTMLFS() is defined in ginS/gins.go at line 30.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free