package
Version:
v0.8.1
Opens a new window with list of versions in this module.
Published: Oct 21, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewGetForAddressUseCase(db *store.Store) *getForAddressUseCase
type GetForAddressRequest struct {
Address string `uri:"address" binding:"required"`
Start time.Time `form:"start" binding:"-" time_format:"2006-01-02"`
End time.Time `form:"end" binding:"-" time_format:"2006-01-02"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.