mirror of
https://github.com/derfenix/photocatalog.git
synced 2026-03-11 21:35:34 +03:00
Rename package
This commit is contained in:
10
pkg/manager/managemode.go
Normal file
10
pkg/manager/managemode.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package manager
|
||||
|
||||
//go:generate stringer -type ManageMode
|
||||
|
||||
type ManageMode uint8
|
||||
|
||||
const (
|
||||
Copy ManageMode = iota
|
||||
Hardlink
|
||||
)
|
||||
Reference in New Issue
Block a user