Documentation ¶ Index ¶ type Entity 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. Source Files ¶ View all Source files entity.go Click to show internal directories. Click to hide internal directories.