hackathon-22-winter-01_backend

command module
v0.0.0-...-f3c4205 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2023 License: MIT Imports: 11 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
oapi
Package oapi provides primitives to interact with the openapi HTTP API.
Package oapi provides primitives to interact with the openapi HTTP API.
pkg
jst
log

Jump to

Keyboard shortcuts

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