Home / Function/ GetDuration() — gin Function Reference

GetDuration() — gin Function Reference

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

Entity Profile

Relationship Graph

Source Code

context.go lines 386–388

func (c *Context) GetDuration(key any) time.Duration {
	return getTyped[time.Duration](c, key)
}

Domain

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free