Documentation
¶
Index ¶
- type CoreServer
- func (s *CoreServer) BlockUserAllToken(ctx context.Context, in *core.UUIDReq) (*core.BaseResp, error)
- func (s *CoreServer) CreateApi(ctx context.Context, in *core.ApiInfo) (*core.BaseIDResp, error)
- func (s *CoreServer) CreateDepartment(ctx context.Context, in *core.DepartmentInfo) (*core.BaseIDResp, error)
- func (s *CoreServer) CreateDeployment(ctx context.Context, in *core.CreateDeploymentReq) (*core.CreateDeploymentResp, error)
- func (s *CoreServer) CreateDictionary(ctx context.Context, in *core.DictionaryInfo) (*core.BaseIDResp, error)
- func (s *CoreServer) CreateDictionaryDetail(ctx context.Context, in *core.DictionaryDetailInfo) (*core.BaseIDResp, error)
- func (s *CoreServer) CreateMenu(ctx context.Context, in *core.MenuInfo) (*core.BaseIDResp, error)
- func (s *CoreServer) CreateOauthProvider(ctx context.Context, in *core.OauthProviderInfo) (*core.BaseIDResp, error)
- func (s *CoreServer) CreateOrUpdateMenuAuthority(ctx context.Context, in *core.RoleMenuAuthorityReq) (*core.BaseResp, error)
- func (s *CoreServer) CreatePosition(ctx context.Context, in *core.PositionInfo) (*core.BaseIDResp, error)
- func (s *CoreServer) CreateRole(ctx context.Context, in *core.RoleInfo) (*core.BaseIDResp, error)
- func (s *CoreServer) CreateService(ctx context.Context, in *core.CreateServiceReq) (*core.CreateServiceResp, error)
- func (s *CoreServer) CreateToken(ctx context.Context, in *core.TokenInfo) (*core.BaseUUIDResp, error)
- func (s *CoreServer) CreateUser(ctx context.Context, in *core.UserInfo) (*core.BaseUUIDResp, error)
- func (s *CoreServer) DeleteApi(ctx context.Context, in *core.IDsReq) (*core.BaseResp, error)
- func (s *CoreServer) DeleteConfigMap(ctx context.Context, in *core.DeleteConfigMapReq) (*core.DeleteConfigMapResp, error)
- func (s *CoreServer) DeleteDepartment(ctx context.Context, in *core.IDsReq) (*core.BaseResp, error)
- func (s *CoreServer) DeleteDeployment(ctx context.Context, in *core.DeleteDeploymentReq) (*core.DeleteDeploymentResp, error)
- func (s *CoreServer) DeleteDictionary(ctx context.Context, in *core.IDsReq) (*core.BaseResp, error)
- func (s *CoreServer) DeleteDictionaryDetail(ctx context.Context, in *core.IDsReq) (*core.BaseResp, error)
- func (s *CoreServer) DeleteMenu(ctx context.Context, in *core.IDReq) (*core.BaseResp, error)
- func (s *CoreServer) DeleteNamespace(ctx context.Context, in *core.DeleteNamespaceReq) (*core.DeleteNamespaceResp, error)
- func (s *CoreServer) DeleteOauthProvider(ctx context.Context, in *core.IDsReq) (*core.BaseResp, error)
- func (s *CoreServer) DeletePod(ctx context.Context, in *core.DeletePodReq) (*core.DeletePodResp, error)
- func (s *CoreServer) DeletePosition(ctx context.Context, in *core.IDsReq) (*core.BaseResp, error)
- func (s *CoreServer) DeleteRole(ctx context.Context, in *core.IDsReq) (*core.BaseResp, error)
- func (s *CoreServer) DeleteService(ctx context.Context, in *core.DeleteServiceReq) (*core.DeleteServiceResp, error)
- func (s *CoreServer) DeleteToken(ctx context.Context, in *core.UUIDsReq) (*core.BaseResp, error)
- func (s *CoreServer) DeleteUser(ctx context.Context, in *core.UUIDsReq) (*core.BaseResp, error)
- func (s *CoreServer) GetApiById(ctx context.Context, in *core.IDReq) (*core.ApiInfo, error)
- func (s *CoreServer) GetApiList(ctx context.Context, in *core.ApiListReq) (*core.ApiListResp, error)
- func (s *CoreServer) GetConfigMapDetail(ctx context.Context, in *core.GetConfigMapDetailReq) (*core.GetConfigMapDetailResp, error)
- func (s *CoreServer) GetConfigMaps(ctx context.Context, in *core.GetConfigMapsReq) (*core.GetConfigMapsResp, error)
- func (s *CoreServer) GetDepartmentById(ctx context.Context, in *core.IDReq) (*core.DepartmentInfo, error)
- func (s *CoreServer) GetDepartmentList(ctx context.Context, in *core.DepartmentListReq) (*core.DepartmentListResp, error)
- func (s *CoreServer) GetDeployNumPerNp(ctx context.Context, in *core.GetDeployNumPerNpReq) (*core.GetDeployNumPerNpResp, error)
- func (s *CoreServer) GetDeploymentDetail(ctx context.Context, in *core.GetDeploymentDetailReq) (*core.GetDeploymentDetailResp, error)
- func (s *CoreServer) GetDeployments(ctx context.Context, in *core.GetDeploymentsReq) (*core.GetDeploymentsResp, error)
- func (s *CoreServer) GetDictionaryById(ctx context.Context, in *core.IDReq) (*core.DictionaryInfo, error)
- func (s *CoreServer) GetDictionaryDetailByDictionaryName(ctx context.Context, in *core.BaseMsg) (*core.DictionaryDetailListResp, error)
- func (s *CoreServer) GetDictionaryDetailById(ctx context.Context, in *core.IDReq) (*core.DictionaryDetailInfo, error)
- func (s *CoreServer) GetDictionaryDetailList(ctx context.Context, in *core.DictionaryDetailListReq) (*core.DictionaryDetailListResp, error)
- func (s *CoreServer) GetDictionaryList(ctx context.Context, in *core.DictionaryListReq) (*core.DictionaryListResp, error)
- func (s *CoreServer) GetMenuAuthority(ctx context.Context, in *core.IDReq) (*core.RoleMenuAuthorityResp, error)
- func (s *CoreServer) GetMenuList(ctx context.Context, in *core.PageInfoReq) (*core.MenuInfoList, error)
- func (s *CoreServer) GetMenuListByRole(ctx context.Context, in *core.BaseMsg) (*core.MenuInfoList, error)
- func (s *CoreServer) GetNamespaceDetail(ctx context.Context, in *core.GetNamespaceDetailReq) (*core.GetNamespaceDetailResp, error)
- func (s *CoreServer) GetNamespaces(ctx context.Context, in *core.GetNamespacesReq) (*core.GetNamespacesResp, error)
- func (s *CoreServer) GetNodeDetail(ctx context.Context, in *core.GetNodeDetailReq) (*core.GetNodeDetailResp, error)
- func (s *CoreServer) GetNodes(ctx context.Context, in *core.GetNodesReq) (*core.GetNodesResp, error)
- func (s *CoreServer) GetOauthProviderById(ctx context.Context, in *core.IDReq) (*core.OauthProviderInfo, error)
- func (s *CoreServer) GetOauthProviderList(ctx context.Context, in *core.OauthProviderListReq) (*core.OauthProviderListResp, error)
- func (s *CoreServer) GetPodContainer(ctx context.Context, in *core.GetPodContainerReq) (*core.GetPodContainerResp, error)
- func (s *CoreServer) GetPodDetail(ctx context.Context, in *core.GetPodDetailReq) (*core.GetPodDetailResp, error)
- func (s *CoreServer) GetPodLog(ctx context.Context, in *core.GetPodLogReq) (*core.GetPodLogResp, error)
- func (s *CoreServer) GetPodNumPerNp(ctx context.Context, in *core.GetPodNumPerNpReq) (*core.GetPodNumPerNpResp, error)
- func (s *CoreServer) GetPods(ctx context.Context, in *core.GetPodsReq) (*core.GetPodsResp, error)
- func (s *CoreServer) GetPositionById(ctx context.Context, in *core.IDReq) (*core.PositionInfo, error)
- func (s *CoreServer) GetPositionList(ctx context.Context, in *core.PositionListReq) (*core.PositionListResp, error)
- func (s *CoreServer) GetRoleById(ctx context.Context, in *core.IDReq) (*core.RoleInfo, error)
- func (s *CoreServer) GetRoleList(ctx context.Context, in *core.RoleListReq) (*core.RoleListResp, error)
- func (s *CoreServer) GetServiceDetail(ctx context.Context, in *core.GetServiceDetailReq) (*core.GetServiceDetailResp, error)
- func (s *CoreServer) GetServices(ctx context.Context, in *core.GetServicesReq) (*core.GetServicesResp, error)
- func (s *CoreServer) GetTokenById(ctx context.Context, in *core.UUIDReq) (*core.TokenInfo, error)
- func (s *CoreServer) GetTokenList(ctx context.Context, in *core.TokenListReq) (*core.TokenListResp, error)
- func (s *CoreServer) GetUserById(ctx context.Context, in *core.UUIDReq) (*core.UserInfo, error)
- func (s *CoreServer) GetUserByUsername(ctx context.Context, in *core.UsernameReq) (*core.UserInfo, error)
- func (s *CoreServer) GetUserList(ctx context.Context, in *core.UserListReq) (*core.UserListResp, error)
- func (s *CoreServer) InitDatabase(ctx context.Context, in *core.Empty) (*core.BaseResp, error)
- func (s *CoreServer) OauthCallback(ctx context.Context, in *core.CallbackReq) (*core.UserInfo, error)
- func (s *CoreServer) OauthLogin(ctx context.Context, in *core.OauthLoginReq) (*core.OauthRedirectResp, error)
- func (s *CoreServer) RestartDeployment(ctx context.Context, in *core.RestartDeploymentReq) (*core.RestartDeploymentResp, error)
- func (s *CoreServer) ScaleDeployment(ctx context.Context, in *core.ScaleDeploymentReq) (*core.ScaleDeploymentResp, error)
- func (s *CoreServer) UpdateApi(ctx context.Context, in *core.ApiInfo) (*core.BaseResp, error)
- func (s *CoreServer) UpdateConfigMap(ctx context.Context, in *core.UpdateConfigMapReq) (*core.UpdateConfigMapResp, error)
- func (s *CoreServer) UpdateDepartment(ctx context.Context, in *core.DepartmentInfo) (*core.BaseResp, error)
- func (s *CoreServer) UpdateDeployment(ctx context.Context, in *core.UpdateDeploymentReq) (*core.UpdateDeploymentResp, error)
- func (s *CoreServer) UpdateDictionary(ctx context.Context, in *core.DictionaryInfo) (*core.BaseResp, error)
- func (s *CoreServer) UpdateDictionaryDetail(ctx context.Context, in *core.DictionaryDetailInfo) (*core.BaseResp, error)
- func (s *CoreServer) UpdateMenu(ctx context.Context, in *core.MenuInfo) (*core.BaseResp, error)
- func (s *CoreServer) UpdateOauthProvider(ctx context.Context, in *core.OauthProviderInfo) (*core.BaseResp, error)
- func (s *CoreServer) UpdatePod(ctx context.Context, in *core.UpdatePodReq) (*core.UpdatePodResp, error)
- func (s *CoreServer) UpdatePosition(ctx context.Context, in *core.PositionInfo) (*core.BaseResp, error)
- func (s *CoreServer) UpdateRole(ctx context.Context, in *core.RoleInfo) (*core.BaseResp, error)
- func (s *CoreServer) UpdateService(ctx context.Context, in *core.UpdateServiceReq) (*core.UpdateServiceResp, error)
- func (s *CoreServer) UpdateToken(ctx context.Context, in *core.TokenInfo) (*core.BaseResp, error)
- func (s *CoreServer) UpdateUser(ctx context.Context, in *core.UserInfo) (*core.BaseResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoreServer ¶
type CoreServer struct { core.UnimplementedCoreServer // contains filtered or unexported fields }
func NewCoreServer ¶
func NewCoreServer(svcCtx *svc.ServiceContext) *CoreServer
func (*CoreServer) BlockUserAllToken ¶
func (*CoreServer) CreateApi ¶
func (s *CoreServer) CreateApi(ctx context.Context, in *core.ApiInfo) (*core.BaseIDResp, error)
API management
func (*CoreServer) CreateDepartment ¶
func (s *CoreServer) CreateDepartment(ctx context.Context, in *core.DepartmentInfo) (*core.BaseIDResp, error)
Department management
func (*CoreServer) CreateDeployment ¶
func (s *CoreServer) CreateDeployment(ctx context.Context, in *core.CreateDeploymentReq) (*core.CreateDeploymentResp, error)
func (*CoreServer) CreateDictionary ¶
func (s *CoreServer) CreateDictionary(ctx context.Context, in *core.DictionaryInfo) (*core.BaseIDResp, error)
Dictionary management
func (*CoreServer) CreateDictionaryDetail ¶
func (s *CoreServer) CreateDictionaryDetail(ctx context.Context, in *core.DictionaryDetailInfo) (*core.BaseIDResp, error)
DictionaryDetail management
func (*CoreServer) CreateMenu ¶
func (s *CoreServer) CreateMenu(ctx context.Context, in *core.MenuInfo) (*core.BaseIDResp, error)
func (*CoreServer) CreateOauthProvider ¶
func (s *CoreServer) CreateOauthProvider(ctx context.Context, in *core.OauthProviderInfo) (*core.BaseIDResp, error)
OauthProvider management
func (*CoreServer) CreateOrUpdateMenuAuthority ¶
func (s *CoreServer) CreateOrUpdateMenuAuthority(ctx context.Context, in *core.RoleMenuAuthorityReq) (*core.BaseResp, error)
func (*CoreServer) CreatePosition ¶
func (s *CoreServer) CreatePosition(ctx context.Context, in *core.PositionInfo) (*core.BaseIDResp, error)
Position management
func (*CoreServer) CreateRole ¶
func (s *CoreServer) CreateRole(ctx context.Context, in *core.RoleInfo) (*core.BaseIDResp, error)
Role management
func (*CoreServer) CreateService ¶
func (s *CoreServer) CreateService(ctx context.Context, in *core.CreateServiceReq) (*core.CreateServiceResp, error)
func (*CoreServer) CreateToken ¶
func (s *CoreServer) CreateToken(ctx context.Context, in *core.TokenInfo) (*core.BaseUUIDResp, error)
Token management
func (*CoreServer) CreateUser ¶
func (s *CoreServer) CreateUser(ctx context.Context, in *core.UserInfo) (*core.BaseUUIDResp, error)
User management
func (*CoreServer) DeleteConfigMap ¶
func (s *CoreServer) DeleteConfigMap(ctx context.Context, in *core.DeleteConfigMapReq) (*core.DeleteConfigMapResp, error)
func (*CoreServer) DeleteDepartment ¶
func (*CoreServer) DeleteDeployment ¶
func (s *CoreServer) DeleteDeployment(ctx context.Context, in *core.DeleteDeploymentReq) (*core.DeleteDeploymentResp, error)
func (*CoreServer) DeleteDictionary ¶
func (*CoreServer) DeleteDictionaryDetail ¶
func (*CoreServer) DeleteMenu ¶
func (*CoreServer) DeleteNamespace ¶
func (s *CoreServer) DeleteNamespace(ctx context.Context, in *core.DeleteNamespaceReq) (*core.DeleteNamespaceResp, error)
func (*CoreServer) DeleteOauthProvider ¶
func (*CoreServer) DeletePod ¶
func (s *CoreServer) DeletePod(ctx context.Context, in *core.DeletePodReq) (*core.DeletePodResp, error)
func (*CoreServer) DeletePosition ¶
func (*CoreServer) DeleteRole ¶
func (*CoreServer) DeleteService ¶
func (s *CoreServer) DeleteService(ctx context.Context, in *core.DeleteServiceReq) (*core.DeleteServiceResp, error)
func (*CoreServer) DeleteToken ¶
func (*CoreServer) DeleteUser ¶
func (*CoreServer) GetApiById ¶
func (*CoreServer) GetApiList ¶
func (s *CoreServer) GetApiList(ctx context.Context, in *core.ApiListReq) (*core.ApiListResp, error)
func (*CoreServer) GetConfigMapDetail ¶
func (s *CoreServer) GetConfigMapDetail(ctx context.Context, in *core.GetConfigMapDetailReq) (*core.GetConfigMapDetailResp, error)
func (*CoreServer) GetConfigMaps ¶
func (s *CoreServer) GetConfigMaps(ctx context.Context, in *core.GetConfigMapsReq) (*core.GetConfigMapsResp, error)
func (*CoreServer) GetDepartmentById ¶
func (s *CoreServer) GetDepartmentById(ctx context.Context, in *core.IDReq) (*core.DepartmentInfo, error)
func (*CoreServer) GetDepartmentList ¶
func (s *CoreServer) GetDepartmentList(ctx context.Context, in *core.DepartmentListReq) (*core.DepartmentListResp, error)
func (*CoreServer) GetDeployNumPerNp ¶
func (s *CoreServer) GetDeployNumPerNp(ctx context.Context, in *core.GetDeployNumPerNpReq) (*core.GetDeployNumPerNpResp, error)
func (*CoreServer) GetDeploymentDetail ¶
func (s *CoreServer) GetDeploymentDetail(ctx context.Context, in *core.GetDeploymentDetailReq) (*core.GetDeploymentDetailResp, error)
func (*CoreServer) GetDeployments ¶
func (s *CoreServer) GetDeployments(ctx context.Context, in *core.GetDeploymentsReq) (*core.GetDeploymentsResp, error)
func (*CoreServer) GetDictionaryById ¶
func (s *CoreServer) GetDictionaryById(ctx context.Context, in *core.IDReq) (*core.DictionaryInfo, error)
func (*CoreServer) GetDictionaryDetailByDictionaryName ¶
func (s *CoreServer) GetDictionaryDetailByDictionaryName(ctx context.Context, in *core.BaseMsg) (*core.DictionaryDetailListResp, error)
func (*CoreServer) GetDictionaryDetailById ¶
func (s *CoreServer) GetDictionaryDetailById(ctx context.Context, in *core.IDReq) (*core.DictionaryDetailInfo, error)
func (*CoreServer) GetDictionaryDetailList ¶
func (s *CoreServer) GetDictionaryDetailList(ctx context.Context, in *core.DictionaryDetailListReq) (*core.DictionaryDetailListResp, error)
func (*CoreServer) GetDictionaryList ¶
func (s *CoreServer) GetDictionaryList(ctx context.Context, in *core.DictionaryListReq) (*core.DictionaryListResp, error)
func (*CoreServer) GetMenuAuthority ¶
func (s *CoreServer) GetMenuAuthority(ctx context.Context, in *core.IDReq) (*core.RoleMenuAuthorityResp, error)
func (*CoreServer) GetMenuList ¶
func (s *CoreServer) GetMenuList(ctx context.Context, in *core.PageInfoReq) (*core.MenuInfoList, error)
func (*CoreServer) GetMenuListByRole ¶
func (s *CoreServer) GetMenuListByRole(ctx context.Context, in *core.BaseMsg) (*core.MenuInfoList, error)
func (*CoreServer) GetNamespaceDetail ¶
func (s *CoreServer) GetNamespaceDetail(ctx context.Context, in *core.GetNamespaceDetailReq) (*core.GetNamespaceDetailResp, error)
func (*CoreServer) GetNamespaces ¶
func (s *CoreServer) GetNamespaces(ctx context.Context, in *core.GetNamespacesReq) (*core.GetNamespacesResp, error)
func (*CoreServer) GetNodeDetail ¶
func (s *CoreServer) GetNodeDetail(ctx context.Context, in *core.GetNodeDetailReq) (*core.GetNodeDetailResp, error)
func (*CoreServer) GetNodes ¶
func (s *CoreServer) GetNodes(ctx context.Context, in *core.GetNodesReq) (*core.GetNodesResp, error)
func (*CoreServer) GetOauthProviderById ¶
func (s *CoreServer) GetOauthProviderById(ctx context.Context, in *core.IDReq) (*core.OauthProviderInfo, error)
func (*CoreServer) GetOauthProviderList ¶
func (s *CoreServer) GetOauthProviderList(ctx context.Context, in *core.OauthProviderListReq) (*core.OauthProviderListResp, error)
func (*CoreServer) GetPodContainer ¶
func (s *CoreServer) GetPodContainer(ctx context.Context, in *core.GetPodContainerReq) (*core.GetPodContainerResp, error)
func (*CoreServer) GetPodDetail ¶
func (s *CoreServer) GetPodDetail(ctx context.Context, in *core.GetPodDetailReq) (*core.GetPodDetailResp, error)
func (*CoreServer) GetPodLog ¶
func (s *CoreServer) GetPodLog(ctx context.Context, in *core.GetPodLogReq) (*core.GetPodLogResp, error)
func (*CoreServer) GetPodNumPerNp ¶
func (s *CoreServer) GetPodNumPerNp(ctx context.Context, in *core.GetPodNumPerNpReq) (*core.GetPodNumPerNpResp, error)
func (*CoreServer) GetPods ¶
func (s *CoreServer) GetPods(ctx context.Context, in *core.GetPodsReq) (*core.GetPodsResp, error)
func (*CoreServer) GetPositionById ¶
func (s *CoreServer) GetPositionById(ctx context.Context, in *core.IDReq) (*core.PositionInfo, error)
func (*CoreServer) GetPositionList ¶
func (s *CoreServer) GetPositionList(ctx context.Context, in *core.PositionListReq) (*core.PositionListResp, error)
func (*CoreServer) GetRoleById ¶
func (*CoreServer) GetRoleList ¶
func (s *CoreServer) GetRoleList(ctx context.Context, in *core.RoleListReq) (*core.RoleListResp, error)
func (*CoreServer) GetServiceDetail ¶
func (s *CoreServer) GetServiceDetail(ctx context.Context, in *core.GetServiceDetailReq) (*core.GetServiceDetailResp, error)
func (*CoreServer) GetServices ¶
func (s *CoreServer) GetServices(ctx context.Context, in *core.GetServicesReq) (*core.GetServicesResp, error)
func (*CoreServer) GetTokenById ¶
func (*CoreServer) GetTokenList ¶
func (s *CoreServer) GetTokenList(ctx context.Context, in *core.TokenListReq) (*core.TokenListResp, error)
func (*CoreServer) GetUserById ¶
func (*CoreServer) GetUserByUsername ¶
func (s *CoreServer) GetUserByUsername(ctx context.Context, in *core.UsernameReq) (*core.UserInfo, error)
func (*CoreServer) GetUserList ¶
func (s *CoreServer) GetUserList(ctx context.Context, in *core.UserListReq) (*core.UserListResp, error)
func (*CoreServer) InitDatabase ¶
func (*CoreServer) OauthCallback ¶
func (s *CoreServer) OauthCallback(ctx context.Context, in *core.CallbackReq) (*core.UserInfo, error)
func (*CoreServer) OauthLogin ¶
func (s *CoreServer) OauthLogin(ctx context.Context, in *core.OauthLoginReq) (*core.OauthRedirectResp, error)
func (*CoreServer) RestartDeployment ¶
func (s *CoreServer) RestartDeployment(ctx context.Context, in *core.RestartDeploymentReq) (*core.RestartDeploymentResp, error)
func (*CoreServer) ScaleDeployment ¶
func (s *CoreServer) ScaleDeployment(ctx context.Context, in *core.ScaleDeploymentReq) (*core.ScaleDeploymentResp, error)
func (*CoreServer) UpdateConfigMap ¶
func (s *CoreServer) UpdateConfigMap(ctx context.Context, in *core.UpdateConfigMapReq) (*core.UpdateConfigMapResp, error)
func (*CoreServer) UpdateDepartment ¶
func (s *CoreServer) UpdateDepartment(ctx context.Context, in *core.DepartmentInfo) (*core.BaseResp, error)
func (*CoreServer) UpdateDeployment ¶
func (s *CoreServer) UpdateDeployment(ctx context.Context, in *core.UpdateDeploymentReq) (*core.UpdateDeploymentResp, error)
func (*CoreServer) UpdateDictionary ¶
func (s *CoreServer) UpdateDictionary(ctx context.Context, in *core.DictionaryInfo) (*core.BaseResp, error)
func (*CoreServer) UpdateDictionaryDetail ¶
func (s *CoreServer) UpdateDictionaryDetail(ctx context.Context, in *core.DictionaryDetailInfo) (*core.BaseResp, error)
func (*CoreServer) UpdateMenu ¶
func (*CoreServer) UpdateOauthProvider ¶
func (s *CoreServer) UpdateOauthProvider(ctx context.Context, in *core.OauthProviderInfo) (*core.BaseResp, error)
func (*CoreServer) UpdatePod ¶
func (s *CoreServer) UpdatePod(ctx context.Context, in *core.UpdatePodReq) (*core.UpdatePodResp, error)
func (*CoreServer) UpdatePosition ¶
func (s *CoreServer) UpdatePosition(ctx context.Context, in *core.PositionInfo) (*core.BaseResp, error)
func (*CoreServer) UpdateRole ¶
func (*CoreServer) UpdateService ¶
func (s *CoreServer) UpdateService(ctx context.Context, in *core.UpdateServiceReq) (*core.UpdateServiceResp, error)
func (*CoreServer) UpdateToken ¶
func (*CoreServer) UpdateUser ¶
Click to show internal directories.
Click to hide internal directories.