Documentation ¶
Index ¶
- Constants
- Variables
- func Registrate(ctx context.Context) (context.Context, error)
- type ArrayOfMapInterface
- type ArrayOfProfileData
- type ProfileDataResult
- type ProfileV1
- func (t *ProfileV1) CreateProfile(data *models.Profile) (*models.Profile, error)
- func (t *ProfileV1) GetProfileByID(id int64) (*models.Profile, error)
- func (t *ProfileV1) HardDeleteProfileByID(id int64) (err error)
- func (t *ProfileV1) SoftDeleteProfileByID(id int64) (err error)
- func (t *ProfileV1) UpdateProfileByID(id int64, patch *[]byte) (writeData *models.Profile, err error)
- type ProfilesDataResult
Constants ¶
View Source
const (
DomainName = "profilev1"
)
Variables ¶
View Source
var (
ErrKeyDoNotMatch = errors.New("key do not match")
)
Functions ¶
Types ¶
type ArrayOfMapInterface ¶
type ArrayOfMapInterface []map[string]interface{}
type ArrayOfProfileData ¶
type ProfileDataResult ¶
type ProfileDataResult httpsrv.ResultAnsw
type ProfileV1 ¶
type ProfileV1 struct {
// contains filtered or unexported fields
}
func (*ProfileV1) CreateProfile ¶
func (*ProfileV1) GetProfileByID ¶
func (*ProfileV1) HardDeleteProfileByID ¶
func (*ProfileV1) SoftDeleteProfileByID ¶
Click to show internal directories.
Click to hide internal directories.