10 lines
91 B
Go
10 lines
91 B
Go
package context
|
|
|
|
import (
|
|
"ocean/ocean/config"
|
|
)
|
|
|
|
type Context struct {
|
|
*config.Config
|
|
}
|