Home / Type/ FooBarStructForTimeType Type — gin Architecture

FooBarStructForTimeType Type — gin Architecture

Architecture documentation for the FooBarStructForTimeType type/interface in binding_test.go from the gin codebase.

Entity Profile

Dependency Diagram

graph TD
  babc2152_1ae4_6faf_d208_2d078b75233d["FooBarStructForTimeType"]
  314c6481_2bd0_e5a7_282c_94e41df6062a["binding_test.go"]
  babc2152_1ae4_6faf_d208_2d078b75233d -->|defined in| 314c6481_2bd0_e5a7_282c_94e41df6062a
  style babc2152_1ae4_6faf_d208_2d078b75233d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

binding/binding_test.go lines 70–77

type FooBarStructForTimeType struct {
	TimeFoo       time.Time `form:"time_foo" time_format:"2006-01-02" time_utc:"1" time_location:"Asia/Chongqing"`
	TimeBar       time.Time `form:"time_bar" time_format:"2006-01-02" time_utc:"1"`
	CreateTime    time.Time `form:"createTime" time_format:"unixNano"`
	UnixTime      time.Time `form:"unixTime" time_format:"unix"`
	UnixMilliTime time.Time `form:"unixMilliTime" time_format:"unixmilli"`
	UnixMicroTime time.Time `form:"unixMicroTime" time_format:"uNiXmiCrO"`
}

Frequently Asked Questions

What is the FooBarStructForTimeType type?
FooBarStructForTimeType is a type/interface in the gin codebase, defined in binding/binding_test.go.
Where is FooBarStructForTimeType defined?
FooBarStructForTimeType is defined in binding/binding_test.go at line 70.

Analyze Your Own Codebase

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

Try Supermodel Free