Documentation ¶
Index ¶
- type ModuleManageServer
- func (s *ModuleManageServer) ModuleInfoCreate(ctx context.Context, in *sys.ModuleInfo) (*sys.WithID, error)
- func (s *ModuleManageServer) ModuleInfoDelete(ctx context.Context, in *sys.WithIDCode) (*sys.Empty, error)
- func (s *ModuleManageServer) ModuleInfoIndex(ctx context.Context, in *sys.ModuleInfoIndexReq) (*sys.ModuleInfoIndexResp, error)
- func (s *ModuleManageServer) ModuleInfoRead(ctx context.Context, in *sys.WithIDCode) (*sys.ModuleInfo, error)
- func (s *ModuleManageServer) ModuleInfoUpdate(ctx context.Context, in *sys.ModuleInfo) (*sys.Empty, error)
- func (s *ModuleManageServer) ModuleMenuCreate(ctx context.Context, in *sys.MenuInfo) (*sys.WithID, error)
- func (s *ModuleManageServer) ModuleMenuDelete(ctx context.Context, in *sys.WithID) (*sys.Empty, error)
- func (s *ModuleManageServer) ModuleMenuIndex(ctx context.Context, in *sys.MenuInfoIndexReq) (*sys.MenuInfoIndexResp, error)
- func (s *ModuleManageServer) ModuleMenuMultiExport(ctx context.Context, in *sys.MenuMultiExportReq) (*sys.MenuMultiExportResp, error)
- func (s *ModuleManageServer) ModuleMenuMultiImport(ctx context.Context, in *sys.MenuMultiImportReq) (*sys.MenuMultiImportResp, error)
- func (s *ModuleManageServer) ModuleMenuUpdate(ctx context.Context, in *sys.MenuInfo) (*sys.Empty, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModuleManageServer ¶
type ModuleManageServer struct { sys.UnimplementedModuleManageServer // contains filtered or unexported fields }
func NewModuleManageServer ¶
func NewModuleManageServer(svcCtx *svc.ServiceContext) *ModuleManageServer
func (*ModuleManageServer) ModuleInfoCreate ¶
func (s *ModuleManageServer) ModuleInfoCreate(ctx context.Context, in *sys.ModuleInfo) (*sys.WithID, error)
func (*ModuleManageServer) ModuleInfoDelete ¶
func (s *ModuleManageServer) ModuleInfoDelete(ctx context.Context, in *sys.WithIDCode) (*sys.Empty, error)
func (*ModuleManageServer) ModuleInfoIndex ¶
func (s *ModuleManageServer) ModuleInfoIndex(ctx context.Context, in *sys.ModuleInfoIndexReq) (*sys.ModuleInfoIndexResp, error)
func (*ModuleManageServer) ModuleInfoRead ¶
func (s *ModuleManageServer) ModuleInfoRead(ctx context.Context, in *sys.WithIDCode) (*sys.ModuleInfo, error)
func (*ModuleManageServer) ModuleInfoUpdate ¶
func (s *ModuleManageServer) ModuleInfoUpdate(ctx context.Context, in *sys.ModuleInfo) (*sys.Empty, error)
func (*ModuleManageServer) ModuleMenuCreate ¶
func (*ModuleManageServer) ModuleMenuDelete ¶
func (*ModuleManageServer) ModuleMenuIndex ¶
func (s *ModuleManageServer) ModuleMenuIndex(ctx context.Context, in *sys.MenuInfoIndexReq) (*sys.MenuInfoIndexResp, error)
func (*ModuleManageServer) ModuleMenuMultiExport ¶ added in v1.1.0
func (s *ModuleManageServer) ModuleMenuMultiExport(ctx context.Context, in *sys.MenuMultiExportReq) (*sys.MenuMultiExportResp, error)
func (*ModuleManageServer) ModuleMenuMultiImport ¶ added in v1.1.0
func (s *ModuleManageServer) ModuleMenuMultiImport(ctx context.Context, in *sys.MenuMultiImportReq) (*sys.MenuMultiImportResp, error)
func (*ModuleManageServer) ModuleMenuUpdate ¶
Click to show internal directories.
Click to hide internal directories.