Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gateway ¶
type Gateway struct {
// contains filtered or unexported fields
}
func (*Gateway) GetUserProfile ¶
func (gw *Gateway) GetUserProfile(req userContract.GetProfileRequest) (*userContract.GetProfileResponse, error)
type IUserGateway ¶
type IUserGateway interface {
GetUserProfile(req userContract.GetProfileRequest) (*userContract.GetProfileResponse, error)
}
func NewHandler ¶
func NewHandler(tp transporter.HTTPTransporter) IUserGateway
Click to show internal directories.
Click to hide internal directories.