Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProfileStorageInterface ¶
type ProfileStorageInterface interface { CreateProfile(ctx context.Context, userID uint) *models.Profile GetProfileByUserID(ctx context.Context, userID uint) (*models.Profile, error) SetProfileCity(ctx context.Context, userID uint, data models.City) (*models.Profile, error) SetProfilePhone(ctx context.Context, userID uint, data models.SetProfilePhoneNec) (*models.Profile, error) SetProfileInfo(ctx context.Context, userID uint, data models.EditProfileNec) (*models.Profile, error) AppendSubByIDs(ctx context.Context, userID uint, advertID uint) bool }
Click to show internal directories.
Click to hide internal directories.