package
0.0.0-20250223043059-7b51cd8cfc38
Repository: https://github.com/megur0/simple-server.git
Documentation: pkg.go.dev

# Functions

リクエストデータを構造体へBindする。 構造体以外が指定された場合はpanicとなる。 構造体のタグには、"json", "query", "param"を指定可能。 タグがないフィールドが存在する場合はpanicとなる。 本関数は値のバインドのみを行い、必須フィールドのチェックは含まれない。 したがって値が空の場合は何もしない。(何もしないので構造体はデフォルト値のままになる).
GETメソッドのハンドラの設定 既に存在するパスかつメソッドを設定するとpanicになる。.
Post
POSTメソッドのハンドラの設定 既に存在するパスかつメソッドを設定するとpanicになる。.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
テスト用。 shutdownチャネルに送信され、 StartForTest関数の方に書いているチャネル受信処理(select)で受け取り、 後続のシャットダウン処理が走る。.
No description provided by the author

# Variables

No description provided by the author
Graceful shutdown時にタイムアウトとして設定する秒数.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author