Documentation ¶
Index ¶
- type ProjectManageServer
- func (s *ProjectManageServer) ProjectInfoCreate(ctx context.Context, in *sys.ProjectInfo) (*sys.ProjectWithID, error)
- func (s *ProjectManageServer) ProjectInfoDelete(ctx context.Context, in *sys.ProjectWithID) (*sys.Empty, error)
- func (s *ProjectManageServer) ProjectInfoIndex(ctx context.Context, in *sys.ProjectInfoIndexReq) (*sys.ProjectInfoIndexResp, error)
- func (s *ProjectManageServer) ProjectInfoRead(ctx context.Context, in *sys.ProjectWithID) (*sys.ProjectInfo, error)
- func (s *ProjectManageServer) ProjectInfoUpdate(ctx context.Context, in *sys.ProjectInfo) (*sys.Empty, error)
- func (s *ProjectManageServer) ProjectProfileIndex(ctx context.Context, in *sys.ProjectProfileIndexReq) (*sys.ProjectProfileIndexResp, error)
- func (s *ProjectManageServer) ProjectProfileRead(ctx context.Context, in *sys.ProjectProfileReadReq) (*sys.ProjectProfile, error)
- func (s *ProjectManageServer) ProjectProfileUpdate(ctx context.Context, in *sys.ProjectProfile) (*sys.Empty, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProjectManageServer ¶
type ProjectManageServer struct { sys.UnimplementedProjectManageServer // contains filtered or unexported fields }
func NewProjectManageServer ¶
func NewProjectManageServer(svcCtx *svc.ServiceContext) *ProjectManageServer
func (*ProjectManageServer) ProjectInfoCreate ¶
func (s *ProjectManageServer) ProjectInfoCreate(ctx context.Context, in *sys.ProjectInfo) (*sys.ProjectWithID, error)
新增项目
func (*ProjectManageServer) ProjectInfoDelete ¶
func (s *ProjectManageServer) ProjectInfoDelete(ctx context.Context, in *sys.ProjectWithID) (*sys.Empty, error)
删除项目
func (*ProjectManageServer) ProjectInfoIndex ¶
func (s *ProjectManageServer) ProjectInfoIndex(ctx context.Context, in *sys.ProjectInfoIndexReq) (*sys.ProjectInfoIndexResp, error)
获取项目信息列表
func (*ProjectManageServer) ProjectInfoRead ¶
func (s *ProjectManageServer) ProjectInfoRead(ctx context.Context, in *sys.ProjectWithID) (*sys.ProjectInfo, error)
获取项目信息详情
func (*ProjectManageServer) ProjectInfoUpdate ¶
func (s *ProjectManageServer) ProjectInfoUpdate(ctx context.Context, in *sys.ProjectInfo) (*sys.Empty, error)
更新项目
func (*ProjectManageServer) ProjectProfileIndex ¶
func (s *ProjectManageServer) ProjectProfileIndex(ctx context.Context, in *sys.ProjectProfileIndexReq) (*sys.ProjectProfileIndexResp, error)
func (*ProjectManageServer) ProjectProfileRead ¶
func (s *ProjectManageServer) ProjectProfileRead(ctx context.Context, in *sys.ProjectProfileReadReq) (*sys.ProjectProfile, error)
func (*ProjectManageServer) ProjectProfileUpdate ¶
func (s *ProjectManageServer) ProjectProfileUpdate(ctx context.Context, in *sys.ProjectProfile) (*sys.Empty, error)
Click to show internal directories.
Click to hide internal directories.