DDD (Domain Design) partially implemented, added comments everywhere.
This commit is contained in:
@@ -9,6 +9,7 @@ var (
|
||||
c *context.Context
|
||||
)
|
||||
|
||||
// New initializes basic JSON API.
|
||||
func New(cc *context.Context) {
|
||||
c = cc
|
||||
c.Logger.Info().Msg("Initializing JSON API...")
|
||||
|
Reference in New Issue
Block a user