Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadAllAssignments ¶
func LoadAllAssignments(ctx *svc.ServiceContext) (map[string][]string, error)
LoadAllAssignments returns all assignment mappings for the service context.
Types ¶
type AssignmentsListLogic ¶
func NewAssignmentsListLogic ¶
func NewAssignmentsListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AssignmentsListLogic
获取分配列表
func (*AssignmentsListLogic) AssignmentsList ¶
func (l *AssignmentsListLogic) AssignmentsList(req *types.AssignmentsListRequest) (resp *types.AssignmentsListResponse, err error)
type AssignmentsUpdateLogic ¶
func NewAssignmentsUpdateLogic ¶
func NewAssignmentsUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AssignmentsUpdateLogic
更新分配
func (*AssignmentsUpdateLogic) AssignmentsUpdate ¶
func (l *AssignmentsUpdateLogic) AssignmentsUpdate(req *types.AssignmentsUpdateRequest) (resp *types.AssignmentsUpdateResponse, err error)
Click to show internal directories.
Click to hide internal directories.