Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseSvc ¶
type BaseSvc struct {
// contains filtered or unexported fields
}
BaseSvc represent BaseSvc
type CurrentSvc ¶
type CurrentSvc struct { BaseSvc // contains filtered or unexported fields }
CurrentSvc represent Current service
func NewCurrentSvc ¶
func NewCurrentSvc(h *handler.Handler) (*CurrentSvc, error)
NewCurrentSvc new CurrentSvc
func (*CurrentSvc) DisplayCurrentDataByCountry ¶
func (s *CurrentSvc) DisplayCurrentDataByCountry(req *appDto.DisplayCurrentDataByCountryReqDTO, i identity.Identity) (*appDto.DisplayCurrentDataByCountryResDTO, error)
DisplayCurrentDataByCountry display Current Data By Country
Click to show internal directories.
Click to hide internal directories.