Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataStorage ¶
type DataStorage struct {
// contains filtered or unexported fields
}
func (DataStorage) CreateUser ¶
func (dep DataStorage) CreateUser(data IUserDataStorage.ReqCreateUser) (user m.User, reject error)
func (DataStorage) UserByMobile ¶
func (dep DataStorage) UserByMobile(mobile string) (user m.User, hasUser bool)
func (DataStorage) UserByName ¶
func (dep DataStorage) UserByName(name string) (user m.User, hasUser bool)
Click to show internal directories.
Click to hide internal directories.