core_api

package
v1.0.78 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2023 License: GPL-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ApplySignedUrl

func ApplySignedUrl(ctx context.Context, c *app.RequestContext)

ApplySignedUrl . @router /sts/apply_signed_url [POST]

func ApplySignedUrlAsCommunity

func ApplySignedUrlAsCommunity(ctx context.Context, c *app.RequestContext)

ApplySignedUrlAsCommunity . @router /sts/apply_signed_url_as_community [POST]

func CheckIn added in v1.0.36

func CheckIn(ctx context.Context, c *app.RequestContext)

CheckIn . @router /incentive/check_in [GET]

func CleanNotification added in v1.0.27

func CleanNotification(ctx context.Context, c *app.RequestContext)

CleanNotification . @router /notification/clean_notification [GET]

func CountDonateByPlan added in v1.0.39

func CountDonateByPlan(ctx context.Context, c *app.RequestContext)

CountDonateByPlan . @router /plan/count_donate_by_plan [GET]

func CountDonateByUser added in v1.0.39

func CountDonateByUser(ctx context.Context, c *app.RequestContext)

CountDonateByUser . @router /plan/count_donate_by_user [GET]

func CountNotification added in v1.0.27

func CountNotification(ctx context.Context, c *app.RequestContext)

CountNotification . @router /notification/count_notification [GET]

func CreateApply added in v1.0.6

func CreateApply(ctx context.Context, c *app.RequestContext)

CreateApply . @router /role/create_apply [POST]

func CreateImage

func CreateImage(ctx context.Context, c *app.RequestContext)

CreateImage . @router /collection/create_image [POST]

func DeleteAdmin added in v1.0.6

func DeleteAdmin(ctx context.Context, c *app.RequestContext)

DeleteAdmin . @router /notice/delete_admin [POST]

func DeleteCat

func DeleteCat(ctx context.Context, c *app.RequestContext)

DeleteCat . @router /collection/delete_cat [POST]

func DeleteComment

func DeleteComment(ctx context.Context, c *app.RequestContext)

DeleteComment . @router /comment/delete_comment [POST]

func DeleteCommunity added in v1.0.6

func DeleteCommunity(ctx context.Context, c *app.RequestContext)

DeleteCommunity . @router /community/delete_community [POST]

func DeleteImage

func DeleteImage(ctx context.Context, c *app.RequestContext)

DeleteImage . @router /collection/delete_image [POST]

func DeleteMoment

func DeleteMoment(ctx context.Context, c *app.RequestContext)

DeleteMoment . @router /moment/delete_moment [POST]

func DeleteNews added in v1.0.6

func DeleteNews(ctx context.Context, c *app.RequestContext)

DeleteNews . @router /notice/remove_news [POST]

func DeleteNotice added in v1.0.6

func DeleteNotice(ctx context.Context, c *app.RequestContext)

DeleteNotice . @router /notice/remove_notice [POST]

func DeletePlan added in v1.0.15

func DeletePlan(ctx context.Context, c *app.RequestContext)

DeletePlan . @router /plan/delete_plan [POST]

func DeletePost

func DeletePost(ctx context.Context, c *app.RequestContext)

DeletePost . @router /post/delete_post [POST]

func DoLike

func DoLike(ctx context.Context, c *app.RequestContext)

DoLike . @router /like/do_like [POST]

func DonateFish added in v1.0.16

func DonateFish(ctx context.Context, c *app.RequestContext)

DonateFish . @router /plan/donate_fish [GET]

func GetAdmins added in v1.0.6

func GetAdmins(ctx context.Context, c *app.RequestContext)

GetAdmins . @router /notice/get_admins [GET]

func GetCatDetail

func GetCatDetail(ctx context.Context, c *app.RequestContext)

GetCatDetail . @router /collection/get_cat_detail [GET]

func GetCatPreviews

func GetCatPreviews(ctx context.Context, c *app.RequestContext)

GetCatPreviews . @router /collection/get_cat_previews [GET]

func GetComments

func GetComments(ctx context.Context, c *app.RequestContext)

GetComments . @router /comment/get_comments [GET]

func GetImageByCat

func GetImageByCat(ctx context.Context, c *app.RequestContext)

GetImageByCat . @router /collection/get_image_by_cat [GET]

func GetLikedCount

func GetLikedCount(ctx context.Context, c *app.RequestContext)

GetLikedCount . @router /like/get_count [GET]

func GetLikedUsers

func GetLikedUsers(ctx context.Context, c *app.RequestContext)

GetLikedUsers . @router /like/get_liked_users [GET]

func GetMinVersion added in v1.0.32

func GetMinVersion(ctx context.Context, c *app.RequestContext)

GetMinVersion . @router /get_min_version [GET]

func GetMission added in v1.0.76

func GetMission(ctx context.Context, c *app.RequestContext)

GetMission . @router /incentive/get_mission [GET]

func GetMomentDetail

func GetMomentDetail(ctx context.Context, c *app.RequestContext)

GetMomentDetail . @router /moment/get_moment_detail [GET]

func GetMomentPreviews

func GetMomentPreviews(ctx context.Context, c *app.RequestContext)

GetMomentPreviews . @router /moment/get_moment_previews [GET]

func GetNews added in v1.0.6

func GetNews(ctx context.Context, c *app.RequestContext)

GetNews . @router /notice/get_news [GET]

func GetNotices added in v1.0.6

func GetNotices(ctx context.Context, c *app.RequestContext)

GetNotices . @router /notice/get_notices [GET]

func GetPlanDetail added in v1.0.15

func GetPlanDetail(ctx context.Context, c *app.RequestContext)

GetPlanDetail . @router /plan/get_plan_detail [GET]

func GetPlanPreviews added in v1.0.15

func GetPlanPreviews(ctx context.Context, c *app.RequestContext)

GetPlanPreviews . @router /plan/get_plan_previews [GET]

func GetPostDetail

func GetPostDetail(ctx context.Context, c *app.RequestContext)

GetPostDetail . @router /post/get_post_detail [GET]

func GetPostPreviews

func GetPostPreviews(ctx context.Context, c *app.RequestContext)

GetPostPreviews . @router /post/get_post_previews [POST]

func GetUserByRole added in v1.0.6

func GetUserByRole(ctx context.Context, c *app.RequestContext)

GetUserByRole . @router /role/get_user_by_role [GET]

func GetUserFish added in v1.0.16

func GetUserFish(ctx context.Context, c *app.RequestContext)

GetUserFish . @router /plan/get_user_fish [GET]

func GetUserInfo

func GetUserInfo(ctx context.Context, c *app.RequestContext)

GetUserInfo . @router /user/get_user_info [GET]

func GetUserLikeContents added in v1.0.50

func GetUserLikeContents(ctx context.Context, c *app.RequestContext)

GetUserLikeContents . @router /like/get_user_like_contents [GET]

func GetUserLiked

func GetUserLiked(ctx context.Context, c *app.RequestContext)

GetUserLiked . @router /like/get_user_liked [GET]

func GetUserLikes

func GetUserLikes(ctx context.Context, c *app.RequestContext)

GetUserLikes . @router /like/get_user_likes [GET]

func GetUserRoles added in v1.0.6

func GetUserRoles(ctx context.Context, c *app.RequestContext)

GetUserRoles . @router /role/get_user_roles [GET]

func HandleApply added in v1.0.6

func HandleApply(ctx context.Context, c *app.RequestContext)

HandleApply . @router /notice/handle_apply [POST]

func ListApply added in v1.0.6

func ListApply(ctx context.Context, c *app.RequestContext)

ListApply . @router /notice/list_apply [POST]

func ListCommunity added in v1.0.6

func ListCommunity(ctx context.Context, c *app.RequestContext)

ListCommunity . @router /community/list_community [GET]

func ListDonateByUser added in v1.0.39

func ListDonateByUser(ctx context.Context, c *app.RequestContext)

ListDonateByUser . @router /plan/list_donate_by_user [GET]

func ListFishByPlan added in v1.0.16

func ListFishByPlan(ctx context.Context, c *app.RequestContext)

ListFishByPlan . @router /plan/list_fish_by_plan [GET]

func ListNotification added in v1.0.27

func ListNotification(ctx context.Context, c *app.RequestContext)

ListNotification . @router /notification/list_notification [GET]

func NewAdmin added in v1.0.6

func NewAdmin(ctx context.Context, c *app.RequestContext)

NewAdmin . @router /notice/new_admin [POST]

func NewCat

func NewCat(ctx context.Context, c *app.RequestContext)

NewCat . @router /collection/new_cat [POST]

func NewComment

func NewComment(ctx context.Context, c *app.RequestContext)

NewComment . @router /comment/new_comment [POST]

func NewCommunity added in v1.0.6

func NewCommunity(ctx context.Context, c *app.RequestContext)

NewCommunity . @router /community/new_community [POST]

func NewMoment

func NewMoment(ctx context.Context, c *app.RequestContext)

NewMoment . @router /moment/new_moment [POST]

func NewNews added in v1.0.6

func NewNews(ctx context.Context, c *app.RequestContext)

NewNews . @router /notice/new_news [POST]

func NewNotice added in v1.0.6

func NewNotice(ctx context.Context, c *app.RequestContext)

NewNotice . @router /notice/new_notice [POST]

func NewPlan added in v1.0.15

func NewPlan(ctx context.Context, c *app.RequestContext)

NewPlan . @router /plan/new_plan [POST]

func NewPost

func NewPost(ctx context.Context, c *app.RequestContext)

NewPost . @router /post/new_post [POST]

func Prefetch added in v1.0.27

func Prefetch(ctx context.Context, c *app.RequestContext)

Prefetch . @router /prefetch [GET]

func ReadNotification added in v1.0.45

func ReadNotification(ctx context.Context, c *app.RequestContext)

ReadNotification . @router /notification/read_notification [GET]

func SearchCat

func SearchCat(ctx context.Context, c *app.RequestContext)

SearchCat . @router /collection/search_cat [GET]

func SearchMoment

func SearchMoment(ctx context.Context, c *app.RequestContext)

SearchMoment . @router /moment/search_moment [GET]

func SearchUser

func SearchUser(ctx context.Context, c *app.RequestContext)

SearchUser . @router /user/search_user [GET]

func SendVerifyCode

func SendVerifyCode(ctx context.Context, c *app.RequestContext)

SendVerifyCode . @router /auth/send_verify_code [POST]

func SetOfficial

func SetOfficial(ctx context.Context, c *app.RequestContext)

SetOfficial . @router /post/set_official [POST]

func SetPassword

func SetPassword(ctx context.Context, c *app.RequestContext)

SetPassword . @router /auth/set_password [POST]

func SignIn

func SignIn(ctx context.Context, c *app.RequestContext)

SignIn . @router /auth/sign_in [POST]

func UpdateCommunityAdmin added in v1.0.6

func UpdateCommunityAdmin(ctx context.Context, c *app.RequestContext)

UpdateCommunityAdmin . @router /role/update_community_admin [POST]

func UpdateRole added in v1.0.11

func UpdateRole(ctx context.Context, c *app.RequestContext)

UpdateRole . @router /role/update_role [POST]

func UpdateSuperAdmin added in v1.0.6

func UpdateSuperAdmin(ctx context.Context, c *app.RequestContext)

UpdateSuperAdmin . @router /role/update_super_admin [POST]

func UpdateUserInfo

func UpdateUserInfo(ctx context.Context, c *app.RequestContext)

UpdateUserInfo . @router /user/update_user_info [POST]

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL