Home / Function/ StaticFS() — gin Function Reference

StaticFS() — gin Function Reference

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

Entity Profile

Relationship Graph

Source Code

ginS/gins.go lines 117–119

func StaticFS(relativePath string, fs http.FileSystem) gin.IRoutes {
	return engine().StaticFS(relativePath, fs)
}

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free