Crucial if we want to enable the ease of changing Database, ModuleService, Server module

Documentation

App

Database

Server

Logger

Apis

Models

Commands

Services

Hooks

Configs

State

Service

type Service

type Service interface {
	String() string
}

Service allows modules to provide custom functionality that can be accessed by other modules or middleware.