package
Version:
v0.8.0
Opens a new window with list of versions in this module.
Published: Jan 11, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
URL string `json:"url" validate:"required"`
MaxSize int `json:"max_size" validate:"int" message:"int:max_size must int"`
AsMultiPart bool `json:"as_multi_part"`
AsJson bool `json:"as_json"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.