aboutsummaryrefslogtreecommitdiff
path: root/modules/workers/worker.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/workers/worker.go')
-rw-r--r--modules/workers/worker.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/workers/worker.go b/modules/workers/worker.go
deleted file mode 100644
index 97535b2b..00000000
--- a/modules/workers/worker.go
+++ /dev/null
@@ -1,10 +0,0 @@
-// Copyright 2014 The Gogs Authors. All rights reserved.
-// Use of this source code is governed by a MIT-style
-// license that can be found in the LICENSE file.
-
-package workers
-
-// Work represents a background work interface of any kind.
-type Work interface {
- Do() error
-}