更新内容
This commit is contained in:
16
pkg/server.go
Normal file
16
pkg/server.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package pkg
|
||||
|
||||
import (
|
||||
"code.d7z.net/d7z-project/gitea-pages/pkg/services"
|
||||
)
|
||||
|
||||
type ServerOptions struct {
|
||||
Domain string
|
||||
}
|
||||
|
||||
type Server struct {
|
||||
}
|
||||
|
||||
func NewServer(backend services.Backend, options *ServerOptions) *Server {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user