oceane/ocean/context/config.go
2023-05-15 11:35:10 +08:00

10 lines
91 B
Go

package context
import (
"ocean/ocean/config"
)
type Context struct {
*config.Config
}