diff --git a/.gitea/workflows/cd-test.yml b/.gitea/workflows/cd-test.yml index ac1fedc..eafffc5 100644 --- a/.gitea/workflows/cd-test.yml +++ b/.gitea/workflows/cd-test.yml @@ -43,4 +43,6 @@ jobs: docker pull ${{ vars.REGISTRY }}/lone/chore:latest docker pull ${{ vars.REGISTRY }}/lone/express:latest docker pull ${{ vars.REGISTRY }}/lone/sale:latest + docker pull ${{ vars.REGISTRY }}/lone/equipment:latest + docker pull ${{ vars.REGISTRY }}/lone/lonelog:latest docker compose up -d diff --git a/services/lonelog/internal/logic/itemslogic.go b/services/lonelog/internal/logic/itemslogic.go index dc04683..727a115 100644 --- a/services/lonelog/internal/logic/itemslogic.go +++ b/services/lonelog/internal/logic/itemslogic.go @@ -20,6 +20,7 @@ type ItemsLogic struct { BaseLogic } +// NewItemsLogic func NewItemsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ItemsLogic { return &ItemsLogic{ ctx: ctx,