Versions in this module Expand all Collapse all v0 v0.0.2 Jan 24, 2025 Changes in this version + type AddIntegrationChangeHistoryLogic struct + func NewAddIntegrationChangeHistoryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddIntegrationChangeHistoryLogic + func (l *AddIntegrationChangeHistoryLogic) AddIntegrationChangeHistory(in *umsclient.AddIntegrationChangeHistoryReq) (*umsclient.AddIntegrationChangeHistoryResp, error) + type DeleteIntegrationChangeHistoryLogic struct + func NewDeleteIntegrationChangeHistoryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteIntegrationChangeHistoryLogic + func (l *DeleteIntegrationChangeHistoryLogic) DeleteIntegrationChangeHistory(in *umsclient.DeleteIntegrationChangeHistoryReq) (*umsclient.DeleteIntegrationChangeHistoryResp, error) + type QueryIntegrationChangeHistoryDetailLogic struct + func NewQueryIntegrationChangeHistoryDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryIntegrationChangeHistoryDetailLogic + func (l *QueryIntegrationChangeHistoryDetailLogic) QueryIntegrationChangeHistoryDetail(in *umsclient.QueryIntegrationChangeHistoryDetailReq) (*umsclient.QueryIntegrationChangeHistoryDetailResp, error) + type QueryIntegrationChangeHistoryListLogic struct + func NewQueryIntegrationChangeHistoryListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryIntegrationChangeHistoryListLogic + func (l *QueryIntegrationChangeHistoryListLogic) QueryIntegrationChangeHistoryList(in *umsclient.QueryIntegrationChangeHistoryListReq) (*umsclient.QueryIntegrationChangeHistoryListResp, error) v0.0.1 May 9, 2024 Changes in this version + type IntegrationChangeHistoryAddLogic struct + func NewIntegrationChangeHistoryAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) *IntegrationChangeHistoryAddLogic + func (l *IntegrationChangeHistoryAddLogic) IntegrationChangeHistoryAdd(in *umsclient.IntegrationChangeHistoryAddReq) (*umsclient.IntegrationChangeHistoryAddResp, error) + type IntegrationChangeHistoryDeleteLogic struct + func NewIntegrationChangeHistoryDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *IntegrationChangeHistoryDeleteLogic + func (l *IntegrationChangeHistoryDeleteLogic) IntegrationChangeHistoryDelete(in *umsclient.IntegrationChangeHistoryDeleteReq) (*umsclient.IntegrationChangeHistoryDeleteResp, error) + type IntegrationChangeHistoryListLogic struct + func NewIntegrationChangeHistoryListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *IntegrationChangeHistoryListLogic + func (l *IntegrationChangeHistoryListLogic) IntegrationChangeHistoryList(in *umsclient.IntegrationChangeHistoryListReq) (*umsclient.IntegrationChangeHistoryListResp, error) + type IntegrationChangeHistoryUpdateLogic struct + func NewIntegrationChangeHistoryUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *IntegrationChangeHistoryUpdateLogic + func (l *IntegrationChangeHistoryUpdateLogic) IntegrationChangeHistoryUpdate(in *umsclient.IntegrationChangeHistoryUpdateReq) (*umsclient.IntegrationChangeHistoryUpdateResp, error)