push
CI / changes (push) Successful in 36s
CI / ad (push) Successful in 2s
CI / admin (push) Successful in 2s
CI / bff (push) Successful in 1s
CI / chore (push) Successful in 1s
CI / equipment (push) Successful in 2s
CI / express (push) Successful in 2s
CI / log (push) Failing after 1s
CI / product (push) Successful in 2s
CI / sale (push) Successful in 2s
CI / task (push) Successful in 2s
CI / user (push) Successful in 2s
CI / wecom (push) Successful in 1s
CI / changes (push) Successful in 36s
CI / ad (push) Successful in 2s
CI / admin (push) Successful in 2s
CI / bff (push) Successful in 1s
CI / chore (push) Successful in 1s
CI / equipment (push) Successful in 2s
CI / express (push) Successful in 2s
CI / log (push) Failing after 1s
CI / product (push) Successful in 2s
CI / sale (push) Successful in 2s
CI / task (push) Successful in 2s
CI / user (push) Successful in 2s
CI / wecom (push) Successful in 1s
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
- name: Detect changes
|
- name: Detect changes
|
||||||
id: filter
|
id: filter
|
||||||
run: |
|
run: |
|
||||||
SERVICES="bff product admin user ad chore express sale wecom task equipment lonelog"
|
SERVICES="bff product admin user ad chore express sale wecom task equipment log"
|
||||||
|
|
||||||
pattern_for() {
|
pattern_for() {
|
||||||
case "$1" in
|
case "$1" in
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ type ItemsLogic struct {
|
|||||||
BaseLogic
|
BaseLogic
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewItemsLogic
|
|
||||||
func NewItemsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ItemsLogic {
|
func NewItemsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ItemsLogic {
|
||||||
return &ItemsLogic{
|
return &ItemsLogic{
|
||||||
ctx: ctx,
|
ctx: ctx,
|
||||||
|
|||||||
Reference in New Issue
Block a user