feat:完善项目管理
This commit is contained in:
@ -1,11 +1,17 @@
|
||||
package controller
|
||||
|
||||
import "SciencesServer/app/service"
|
||||
import (
|
||||
"SciencesServer/app/service"
|
||||
)
|
||||
|
||||
type Config struct{ *service.Session }
|
||||
|
||||
type ConfigHandle func(session *service.Session) *Config
|
||||
|
||||
func (c *Config) Platform() {
|
||||
|
||||
}
|
||||
|
||||
func NewConfig() ConfigHandle {
|
||||
return func(session *service.Session) *Config {
|
||||
return &Config{Session: session}
|
||||
|
Reference in New Issue
Block a user