web

web

import "github.com/yuta-yoshinaga/go_trumpcards/internal/infrastructure/web"

Index

## func RegisterSwaggerRoutes

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/.

## type TrumpCardsWeb

TrumpCardsWeb トランプカードゲームWebクラス

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

### func NewTrumpCardsWeb

func NewTrumpCardsWeb() *TrumpCardsWeb

NewTrumpCardsWeb コンストラクタ

### func (*TrumpCardsWeb) Exec

func (web *TrumpCardsWeb) Exec() error

Exec ゲーム実行

Generated by gomarkdoc