Documentation ¶
Index ¶
- func CheckProfile(ctx context.Context, c *app.RequestContext)
- func ClearProfile(ctx context.Context, c *app.RequestContext)
- func ClearProfilePhoto(ctx context.Context, c *app.RequestContext)
- func CompleteProfilePhoto(ctx context.Context, c *app.RequestContext)
- func CreateProfilePhoto(ctx context.Context, c *app.RequestContext)
- func DeleteProfile(ctx context.Context, c *app.RequestContext)
- func GetAllProfile(ctx context.Context, c *app.RequestContext)
- func GetPendingProfile(ctx context.Context, c *app.RequestContext)
- func GetProfile(ctx context.Context, c *app.RequestContext)
- func GetProfilePhoto(ctx context.Context, c *app.RequestContext)
- func GetSomeProfile(ctx context.Context, c *app.RequestContext)
- func SubmitProfile(ctx context.Context, c *app.RequestContext)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckProfile ¶
func CheckProfile(ctx context.Context, c *app.RequestContext)
CheckProfile . @router /profile/admin/check [POST]
func ClearProfile ¶
func ClearProfile(ctx context.Context, c *app.RequestContext)
ClearProfile . @router /profile/mini/profile [DELETE]
func ClearProfilePhoto ¶
func ClearProfilePhoto(ctx context.Context, c *app.RequestContext)
ClearProfilePhoto . @router /profile/mini/photo [DELETE]
func CompleteProfilePhoto ¶
func CompleteProfilePhoto(ctx context.Context, c *app.RequestContext)
CompleteProfilePhoto . @router /profile/mini/complete [GET]
func CreateProfilePhoto ¶
func CreateProfilePhoto(ctx context.Context, c *app.RequestContext)
CreateProfilePhoto . @router /profile/mini/photo [POST]
func DeleteProfile ¶
func DeleteProfile(ctx context.Context, c *app.RequestContext)
DeleteProfile . @router /profile/admin/delete [DELETE]
func GetAllProfile ¶
func GetAllProfile(ctx context.Context, c *app.RequestContext)
GetAllProfile . @router /profile/admin/all [GET]
func GetPendingProfile ¶
func GetPendingProfile(ctx context.Context, c *app.RequestContext)
GetPendingProfile . @router /profile/admin/pending [GET]
func GetProfile ¶
func GetProfile(ctx context.Context, c *app.RequestContext)
GetProfile . @router /profile/mini/profile [GET]
func GetProfilePhoto ¶
func GetProfilePhoto(ctx context.Context, c *app.RequestContext)
GetProfilePhoto . @router /profile/mini/photo [GET]
func GetSomeProfile ¶
func GetSomeProfile(ctx context.Context, c *app.RequestContext)
GetSomeProfile . @router /profile/admin/some [GET]
func SubmitProfile ¶
func SubmitProfile(ctx context.Context, c *app.RequestContext)
SubmitProfile . @router /profile/mini/profile [POST]
Types ¶
This section is empty.