import "github.com/yuta-yoshinaga/go_trumpcards/internal/infrastructure/web"func RegisterSwaggerRoutes(mux *http.ServeMux)RegisterSwaggerRoutes registers Swagger UI routes on the given mux. It serves the embedded OpenAPI spec at /swagger/openapi.yaml and the Swagger UI HTML page at /swagger/.
TrumpCardsWeb トランプカードゲームWebクラス
type TrumpCardsWeb struct {
// contains filtered or unexported fields
}func NewTrumpCardsWeb() *TrumpCardsWebNewTrumpCardsWeb コンストラクタ
### func (*TrumpCardsWeb) Exec
func (web *TrumpCardsWeb) Exec() errorExec ゲーム実行
Generated by gomarkdoc