Adding missing comment to TimestampType const declarations
This commit is contained in:
parent
7fbfef7cf1
commit
ccdd204500
|
@ -152,6 +152,7 @@ func (te TypeEnum) GoEmptyValue() string {
|
||||||
// TimestampType are the various timestamp subtypes.
|
// TimestampType are the various timestamp subtypes.
|
||||||
type TimestampType int
|
type TimestampType int
|
||||||
|
|
||||||
|
// TimestampType values.
|
||||||
const (
|
const (
|
||||||
TimestampTypeMillisecond TimestampType = 1 + iota
|
TimestampTypeMillisecond TimestampType = 1 + iota
|
||||||
TimestampTypeSecond
|
TimestampTypeSecond
|
||||||
|
|
Loading…
Reference in New Issue
Block a user