Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TimeMetadata ¶
type TimeMetadata struct {
// contains filtered or unexported fields
}
func New ¶
func New() *TimeMetadata
New creates a new Time Meta-Data with 'Creation Time' field filled with the current Time.
func (*TimeMetadata) GetCreationTime ¶
func (tmd *TimeMetadata) GetCreationTime() bt.UnixTimeStamp
GetCreationTime returns the 'Creation Time' field of the Time Meta-Data object.
func (*TimeMetadata) GetUpdateTime ¶
func (tmd *TimeMetadata) GetUpdateTime() bt.UnixTimeStamp
GetUpdateTime returns the 'Update Time' field of the Time Meta-Data object.
func (*TimeMetadata) Update ¶
func (tmd *TimeMetadata) Update()
Update updates the 'Update Time' field of the Time Meta-Data object using the current time.
Click to show internal directories.
Click to hide internal directories.