# Functions
CalcPositioningConstant calculates a positioning constant.
LeastSignificant32 returns the least significant 32 bits of the input as a big int.
NewDelegate is the constructor of Delegate.
NewORM is the constructor of postgresORM.
NewRegistrySynchronizer is the constructor of RegistrySynchronizer.
NewUpkeepExecuter is the constructor of UpkeepExecuter.
ParseUpkeepId parses the upkeep id input string to a big int pointer.
ValidatedKeeperSpec analyses the tomlString passed as parameter and returns a newly-created Job if there are no validation errors inside the toml.
# Structs
ORM implements ORM layer using PostgreSQL.
RegistryWrapper implements a layer on top of different versions of registry wrappers to provide a unified layer to rest of the codebase.
UpkeepExecuter implements the logic to communicate with KeeperRegistry.