Home / Function/ With() — gin Function Reference

With() — gin Function Reference

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

Entity Profile

Relationship Graph

Source Code

gin.go lines 348–354

func (engine *Engine) With(opts ...OptionFunc) *Engine {
	for _, opt := range opts {
		opt(engine)
	}

	return engine
}

Domain

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free