MCPcopy Index your code
hub / github.com/google/go-github / GetDate

Method GetDate

github/github-accessors.go:41402–41407  ·  view source on GitHub ↗

GetDate returns the Date field.

()

Source from the content-addressed store, hash-verified

41400
41401// GetDate returns the Date field.
41402func (u *UsageItem) GetDate() string {
41403 if u == nil {
41404 return ""
41405 }
41406 return u.Date
41407}
41408
41409// GetDiscountAmount returns the DiscountAmount field.
41410func (u *UsageItem) GetDiscountAmount() float64 {

Callers 2

TestUsageItem_GetDateFunction · 0.95
createSignatureMessageFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestUsageItem_GetDateFunction · 0.76