Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Session is the shared aws session Session *session.Session // Service is the shared dynamo db connection Service *dynamodb.DynamoDB )
Functions ¶
func FetchLatestOdds ¶
FetchLatestNflOdds returns the most recently added set of game odds
func FetchProjectionV2 ¶
FetchProjection returns the projection matching the given game info and source
func PutGameOddsItem ¶
func PutGameOddsItem(odds GameOddsItem) error
PutGameOddsItem puts a single game odds item into the game-odds table
func PutGameProjection ¶
func PutGameProjection(p game.Projection) error
Types ¶
Click to show internal directories.
Click to hide internal directories.