Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SmartphoneStorage ¶
type SmartphoneStorage struct {
*database.MySQLClient
}
func (*SmartphoneStorage) Add ¶
func (s *SmartphoneStorage) Add(cmd *models.CreateSmartphoneCMD) (*models.Smartphone, error)
type SmartphoneStorageGateway ¶
type SmartphoneStorageGateway interface {
Add(cmd *models.CreateSmartphoneCMD) (*models.Smartphone, error)
}
Click to show internal directories.
Click to hide internal directories.