Versions in this module Expand all Collapse all v0 v0.1.4 Jul 11, 2023 Changes in this version + func InitCron(svc *svc.ServiceContext) + func RemoveRepeatedElement(arr []string) (newArr []string) + type ExternalInfo struct + ExternalField string + Name string + RunningTime int64 + StartTime time.Time + Status string + TaskId int64 + type InfoListLogic struct + func NewInfoListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *InfoListLogic + func (l *InfoListLogic) InfoList(in *pcmCore.InfoListReq) (*pcmCore.InfoListResp, error) + type SyncInfoLogic struct + func NewSyncInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SyncInfoLogic + func (l *SyncInfoLogic) SyncInfo(in *pcmCore.SyncInfoReq) (*pcmCore.SyncInfoResp, error)