mirror of
https://github.com/go-gitea/gitea
synced 2025-07-09 20:17:21 +00:00
Show private repository activities in dashboard if has access
This commit is contained in:
10
modules/workers/worker.go
Normal file
10
modules/workers/worker.go
Normal file
@ -0,0 +1,10 @@
|
||||
// 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
|
||||
}
|
Reference in New Issue
Block a user