# Functions
NewOracleServer returns a new instance of the OracleServer, given an implementation of the Oracle interface.
No description provided by the author
# Constants
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
OracleServer is the base implementation of the service.OracleServer interface, this is meant to serve requests from a remote OracleClient.
# Interfaces
OracleService defines the service all clients must implement.