Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DCIMPORTER ¶
DCIMPORTER is a method for getting the DC character importer logger.
func MARVELIMPORTER ¶
MARVELIMPORTER is a method for getting the Marvel character importer logger.
func MIGRATIONS ¶
MIGRATIONS is a method for getting the Migrations logger.
Types ¶
type Name ¶
type Name string
Name is the name type for a logger.
const ( // DB is a logger name for db-related things. DB Name = "db" // Cerebro is the logger name for cerebro-related. Cerebro Name = "cerebro" // DCCharacterImporter is the logger name for importing dc stuff. DCCharacterImporter Name = "dccharacterimporter" // MarvelCharacterImporter is the logge rname for importing marvel stuff. MarvelCharacterImporter Name = "marvelcharacterimporter" // Queue is the logger for queuing stuff. Queue Name = "charactersyncqueue" // Web is the logger for web-related stuff. Web Name = "web" // Migrations is the logger for migration-related stuff. Migrations Name = "migrations" // Comic is the logger for comic package stuff. Comic Name = "comic" // Imaging is the logger for imaging. Imaging Name = "imaging" )
Click to show internal directories.
Click to hide internal directories.