package
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Apr 6, 2022
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package usecase provides application use cases.
For the Dependency Rule it is not allowed to import platform.
Receive creates use case interactor.
type Form struct {
GRecaptchaResponse string `formData:"g-recaptcha-response"`
SuccessURL string `formData:"success_url"`
FailURL string `formData:"fail_url"`
Values []string `formData:"values"`
Files []*multipart.FileHeader `formData:"files"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.