Home / Type/ Delims Type — gin Architecture

Delims Type — gin Architecture

Architecture documentation for the Delims type/interface in html.go from the gin codebase.

Entity Profile

Dependency Diagram

graph TD
  0d3f7166_ab39_77f3_fce2_371c05959489["Delims"]
  61a2142a_5e02_91fc_e713_4cae1d58faf4["html.go"]
  0d3f7166_ab39_77f3_fce2_371c05959489 -->|defined in| 61a2142a_5e02_91fc_e713_4cae1d58faf4
  style 0d3f7166_ab39_77f3_fce2_371c05959489 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

render/html.go lines 15–20

type Delims struct {
	// Left delimiter, defaults to {{.
	Left string
	// Right delimiter, defaults to }}.
	Right string
}

Defined In

Frequently Asked Questions

What is the Delims type?
Delims is a type/interface in the gin codebase, defined in render/html.go.
Where is Delims defined?
Delims is defined in render/html.go at line 15.

Analyze Your Own Codebase

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

Try Supermodel Free