usecases

package
v0.0.0-...-c4f79ed Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 24, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BlackJackInteractor

type BlackJackInteractor struct {
	// contains filtered or unexported fields
}

BlackJackInteractor ブラックジャックインタラクタークラス

func NewBlackJackInteractor

func NewBlackJackInteractor(bjp presenters.BlackJackPresenter) *BlackJackInteractor

NewBlackJackInteractor コンストラクタ

func (*BlackJackInteractor) Hit

func (bi *BlackJackInteractor) Hit() string

Hit ヒット

func (*BlackJackInteractor) Reset

func (bi *BlackJackInteractor) Reset() string

Reset ゲーム初期化

func (*BlackJackInteractor) Stand

func (bi *BlackJackInteractor) Stand() string

Stand スタンド

type BlackJackInteractorIF

type BlackJackInteractorIF interface {
	Reset() string
	Hit() string
	Stand() string
}

BlackJackInteractorIF ブラックジャックインタラクターインタフェース

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL