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.
|
||||
type TimestampType int
|
||||
|
||||
// TimestampType values.
|
||||
const (
|
||||
TimestampTypeMillisecond TimestampType = 1 + iota
|
||||
TimestampTypeSecond
|
||||
|
|
Loading…
Reference in New Issue
Block a user