Skip to content

hackathon-22-winter-01/hackathon-22-winter-01_backend

Repository files navigation

hackathon-22-winter-01

必要環境

  • Go 1.19

開発者メモ

  • openapiを変更したらmake go-genを実行

依存図

←: 依存 ⇠: 実装

classDiagram

class domain { <<struct>> }
class ws { <<interface, struct>> }
class repository { <<interface>> }
class repoimpl { <<struct>> }
class handler { <<struct>> }
class oapi { <<interface>> }

domain <|-- ws
domain <|-- repository
repository <|.. repoimpl
ws <|-- handler
repository <|-- handler
handler ..|> oapi
oapi <|-- main
Loading

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •