This is an automated email from the ASF dual-hosted git repository. linkinstar pushed a change to branch test in repository https://gitbox.apache.org/repos/asf/answer.git
from 550a9268 feat(migrations): move user config to interface add 6d02706d feat(user): add user suspension functionality No new revisions were added by this update. Summary of changes: cmd/wire_gen.go | 2 +- docs/docs.go | 58 ++++++++++++++++++++++++++++ docs/swagger.json | 58 ++++++++++++++++++++++++++++ docs/swagger.yaml | 45 +++++++++++++++++++++ internal/base/cron/cron.go | 17 ++++++++ internal/entity/user_entity.go | 4 ++ internal/migrations/v27.go | 14 ++++++- internal/repo/user/user_backyard_repo.go | 25 +++++++++++- internal/schema/backyard_user_schema.go | 43 ++++++++++++++++++++- internal/schema/user_schema.go | 32 ++++++++++----- internal/service/user_admin/user_backyard.go | 41 +++++++++++++++++++- internal/service/user_common/user.go | 3 ++ 12 files changed, 326 insertions(+), 16 deletions(-)