Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entity ¶
type Entity interface {
GetLatestOperationID() string
}
This is the entity that will be grabbed from the database by each implementer. They will have to use this GetLatestOperationId() method when guarding for concurrency.
type EntityFactoryFunc ¶
The EntityFactoryFunc is utilized as an interface for a function to create entity.Entity types.
Click to show internal directories.
Click to hide internal directories.