mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-20 23:32:20 +01:00
9 lines
104 B
Go
9 lines
104 B
Go
package model
|
|
|
|
func CanRemoveShare() bool {
|
|
return false
|
|
}
|
|
|
|
func CanEditShare() bool {
|
|
return false
|
|
}
|