mirror of https://github.com/go-gitea/gitea
parent
5c4bc3c848
commit
545d320648
@ -1,11 +1,12 @@ |
||||
filesets: |
||||
includes: |
||||
- templates |
||||
- conf |
||||
- etc |
||||
- public |
||||
- scripts |
||||
- templates |
||||
- LICENSE |
||||
- README.md |
||||
- README_ZH.md |
||||
- start.bat |
||||
- start.sh |
||||
excludes: |
||||
- \.git |
||||
|
@ -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 |
||||
} |
Loading…
Reference in new issue