MCPcopy Create free account
hub / github.com/apache/dubbo-go-hessian2 / Date

Struct Date

java_sql_time/date.go:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20import "time"
21
22type Date struct {
23 time.Time
24}
25
26func (d *Date) GetTime() time.Time {
27 return d.Time

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected