// // Code generated by go-jet DO NOT EDIT. // // WARNING: Changes to this file may cause incorrect behavior // and will be lost if the code is regenerated // package model type Config struct { OnlyRow bool `sql:"primary_key"` RewardedPayoutChips int32 CooldownGlobalSeconds int32 CooldownVsAiSeconds int32 CooldownHintSeconds int32 OrderTTLSeconds int32 RewardDailyCap int32 RewardHourlyCap int32 }