Home / Function/ RunTLS() — gin Function Reference

RunTLS() — gin Function Reference

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

Entity Profile

Relationship Graph

Source Code

ginS/gins.go lines 143–145

func RunTLS(addr, certFile, keyFile string) (err error) {
	return engine().RunTLS(addr, certFile, keyFile)
}

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free