Documentation
¶
Index ¶
Constants ¶
View Source
const ErrAnomalySize = "Size Anomaly"
View Source
const ErrAnomalyTypeAssertion = "Type Assertion Anomaly"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Record ¶
type Record struct { // Usable Record Data. Data interface{} // contains filtered or unexported fields }
func (*Record) GetTimeOfCreation ¶
Gets the Creation Time of a Record.
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
func (*Registry) AddARecord ¶
Adds a Record to the Registry.
func (*Registry) GetLastRecord ¶
Gets the last Record from the Registry (if it is possible) and the Registry Size.
func (*Registry) GetSize ¶
Gets the actual Size of the Registry, the Number of Records actually stored.
func (*Registry) GetStoredRecords ¶
Gets all stored Records from the Registry and their Quantity.
Click to show internal directories.
Click to hide internal directories.