Documentation ¶
Index ¶
- type AppManageServer
- func (s *AppManageServer) AppInfoCreate(ctx context.Context, in *sys.AppInfo) (*sys.WithID, error)
- func (s *AppManageServer) AppInfoDelete(ctx context.Context, in *sys.WithIDCode) (*sys.Empty, error)
- func (s *AppManageServer) AppInfoIndex(ctx context.Context, in *sys.AppInfoIndexReq) (*sys.AppInfoIndexResp, error)
- func (s *AppManageServer) AppInfoRead(ctx context.Context, in *sys.WithIDCode) (*sys.AppInfo, error)
- func (s *AppManageServer) AppInfoUpdate(ctx context.Context, in *sys.AppInfo) (*sys.Empty, error)
- func (s *AppManageServer) AppModuleIndex(ctx context.Context, in *sys.AppModuleIndexReq) (*sys.AppModuleIndexResp, error)
- func (s *AppManageServer) AppModuleMultiUpdate(ctx context.Context, in *sys.AppModuleMultiUpdateReq) (*sys.Empty, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppManageServer ¶
type AppManageServer struct { sys.UnimplementedAppManageServer // contains filtered or unexported fields }
func NewAppManageServer ¶
func NewAppManageServer(svcCtx *svc.ServiceContext) *AppManageServer
func (*AppManageServer) AppInfoCreate ¶
func (*AppManageServer) AppInfoDelete ¶
func (s *AppManageServer) AppInfoDelete(ctx context.Context, in *sys.WithIDCode) (*sys.Empty, error)
func (*AppManageServer) AppInfoIndex ¶
func (s *AppManageServer) AppInfoIndex(ctx context.Context, in *sys.AppInfoIndexReq) (*sys.AppInfoIndexResp, error)
func (*AppManageServer) AppInfoRead ¶
func (s *AppManageServer) AppInfoRead(ctx context.Context, in *sys.WithIDCode) (*sys.AppInfo, error)
func (*AppManageServer) AppInfoUpdate ¶
func (*AppManageServer) AppModuleIndex ¶
func (s *AppManageServer) AppModuleIndex(ctx context.Context, in *sys.AppModuleIndexReq) (*sys.AppModuleIndexResp, error)
func (*AppManageServer) AppModuleMultiUpdate ¶
func (s *AppManageServer) AppModuleMultiUpdate(ctx context.Context, in *sys.AppModuleMultiUpdateReq) (*sys.Empty, error)
Click to show internal directories.
Click to hide internal directories.