fork from d7z-project/caddy-gitea-pages
This commit is contained in:
parent
50a258ea59
commit
9d86fd33c6
86 changed files with 2452 additions and 4500 deletions
10
pages/error.go
Normal file
10
pages/error.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
package pages
|
||||
|
||||
import "github.com/pkg/errors"
|
||||
|
||||
var (
|
||||
// ErrorNotMatches 确认这不是 Gitea Pages 相关的域名
|
||||
ErrorNotMatches = errors.New("not matching")
|
||||
ErrorNotFound = errors.New("not found")
|
||||
ErrorInternal = errors.New("internal error")
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue