Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IBet ¶
type IBet interface { Id() string Name() string Description() string Challenged() challenged.IChallenged Value() float32 Credits() float32 IsOpen() bool IsSuspended() bool IsClosed() bool Gamblers() []gambler.IGambler Open() error Close() error Suspend() error ChangeName(name string) error ChangeDescription(description string) error ChangeValue(value float32) error AddGambler(gambler.IGambler) error RemoveGambler(gambler.IGambler) error Deposit(float32) error Withdraw(float32) error Notificator() notification.INotificator }
Click to show internal directories.
Click to hide internal directories.