mirror of
https://github.com/go-gitea/gitea
synced 2025-09-28 03:28:13 +00:00
chore(runner): remove update runner status
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
This commit is contained in:
@@ -37,15 +37,6 @@ type Service struct {
|
||||
runnerv1connect.UnimplementedRunnerServiceHandler
|
||||
}
|
||||
|
||||
// UpdateRunner update runner status or other data.
|
||||
func (s *Service) UpdateRunner(
|
||||
_ context.Context,
|
||||
_ *connect.Request[runnerv1.UpdateRunnerRequest],
|
||||
) (*connect.Response[runnerv1.UpdateRunnerResponse], error) {
|
||||
// FIXME: we don't need it any longer
|
||||
return connect.NewResponse(&runnerv1.UpdateRunnerResponse{}), nil
|
||||
}
|
||||
|
||||
// Register for new runner.
|
||||
func (s *Service) Register(
|
||||
ctx context.Context,
|
||||
|
Reference in New Issue
Block a user