Documentation ¶
Index ¶
- func GetForm(r *http.Request, key string) string
- func GetFormByBool(ctx context.Context, r *http.Request, key string) (bool, error)
- func GetFormByFloat64(ctx context.Context, r *http.Request, key string) (float64, error)
- func GetFormByInt(ctx context.Context, r *http.Request, key string) (int, error)
- func GetFormByInt64(ctx context.Context, r *http.Request, key string) (int64, error)
- func GetFormByIntSlice(ctx context.Context, r *http.Request, key string) []int
- func GetFormBySlice(ctx context.Context, r *http.Request, key string) []string
- func GetFormFile(r *http.Request, key string) (multipart.File, *multipart.FileHeader, error)
- func GetForms(ctx context.Context, r *http.Request, dst any) error
- func GetJSON(r *http.Request, dst any) error
- func GetURL(r *http.Request, key string) string
- func GetURLByFloat64(ctx context.Context, r *http.Request, key string) (float64, error)
- func GetURLByInt(ctx context.Context, r *http.Request, key string) (int, error)
- func GetURLByInt64(ctx context.Context, r *http.Request, key string) (int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFormByBool ¶
GetFormByBool ... リクエストからFormパラメータをboolで取得する
func GetFormByFloat64 ¶
GetFormByFloat64 ... リクエストからFormパラメータをfloat64で取得する
func GetFormByInt ¶
GetFormByInt ... リクエストからFormパラメータをintで取得する
func GetFormByInt64 ¶
GetFormByInt64 ... リクエストからFormパラメータをint64で取得する
func GetFormByIntSlice ¶
GetFormByIntSlice ... リクエストからFormパラメータをintのsliceで取得する
func GetFormBySlice ¶
GetFormBySlice ... リクエストからFormパラメータをsliceで取得する
func GetFormFile ¶
GetFormFile ... リクエストからファイルを取得する
func GetURLByFloat64 ¶
GetURLByFloat64 ... リクエストからURLパラメータをfloat64で取得する
func GetURLByInt ¶
GetURLByInt ... リクエストからURLパラメータをintで取得する
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.