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