Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProfileIndexLogic ¶
func NewProfileIndexLogic ¶
func NewProfileIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProfileIndexLogic
func (*ProfileIndexLogic) ProfileIndex ¶
func (l *ProfileIndexLogic) ProfileIndex(req *types.ProjectProfileIndexReq) (resp *types.ProjectProfileIndexResp, err error)
type ProfileReadLogic ¶
func NewProfileReadLogic ¶
func NewProfileReadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProfileReadLogic
func (*ProfileReadLogic) ProfileRead ¶
func (l *ProfileReadLogic) ProfileRead(req *types.WithCode) (resp *types.ProjectProfile, err error)
type ProfileUpdateLogic ¶
func NewProfileUpdateLogic ¶
func NewProfileUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProfileUpdateLogic
func (*ProfileUpdateLogic) ProfileUpdate ¶
func (l *ProfileUpdateLogic) ProfileUpdate(req *types.ProjectProfile) error
Click to show internal directories.
Click to hide internal directories.