Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithPlayerStorage ¶
func WithPlayerStorage(playerStorage *player.PlayerStorage) storageParam
Types ¶
type ScrappyStorage ¶
type ScrappyStorage struct {
// contains filtered or unexported fields
}
func FixtureMockedStorage ¶
func FixtureMockedStorage(opts ...storageParam) *ScrappyStorage
func NewScrappyWithApis ¶
func NewScrappyWithApis() *ScrappyStorage
func NewScrapyStorage ¶
func NewScrapyStorage(base_api base.IbaseAPI, player_api player.IPlayerAPI, base_attack baseattack.IbaseAttackAPI, opts ...storageParam) *ScrappyStorage
func (*ScrappyStorage) GetBaseAttackStorage ¶
func (s *ScrappyStorage) GetBaseAttackStorage() *baseattack.BaseAttackStorage
func (*ScrappyStorage) GetBaseStorage ¶
func (s *ScrappyStorage) GetBaseStorage() *base.BaseStorage
func (*ScrappyStorage) GetPlayerStorage ¶
func (s *ScrappyStorage) GetPlayerStorage() *player.PlayerStorage
func (*ScrappyStorage) Run ¶
func (s *ScrappyStorage) Run()
func (*ScrappyStorage) Update ¶
func (s *ScrappyStorage) Update()
Click to show internal directories.
Click to hide internal directories.