Documentation ¶
Index ¶
- type LoggerService
- func (service *LoggerService) CreateLoggerService(origin string, log *entity.LoggerRequest) (*entity.LoggerEventHistory, error)
- func (service *LoggerService) GetLoggerAll(action string) (interface{}, error)
- func (service *LoggerService) GetLoggerByUUID(uuid, action string) (*entity.LoggerEventHistory, error)
- type LoggerServiceInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggerService ¶
type LoggerService struct {
Logger logger.LoggerInterface
}
LoggerService ...
func (*LoggerService) CreateLoggerService ¶
func (service *LoggerService) CreateLoggerService(origin string, log *entity.LoggerRequest) (*entity.LoggerEventHistory, error)
CreateLoggerService ...
func (*LoggerService) GetLoggerAll ¶
func (service *LoggerService) GetLoggerAll(action string) (interface{}, error)
GetLoggerAll ...
func (*LoggerService) GetLoggerByUUID ¶
func (service *LoggerService) GetLoggerByUUID(uuid, action string) (*entity.LoggerEventHistory, error)
GetLoggerByUUID ...
type LoggerServiceInterface ¶
type LoggerServiceInterface interface { CreateLoggerService(origin string, log *entity.LoggerRequest) (*entity.LoggerEventHistory, error) GetLoggerByUUID(uuid, action string) (*entity.LoggerEventHistory, error) GetLoggerAll(action string) (interface{}, error) }
LoggerServiceInterface ...
Click to show internal directories.
Click to hide internal directories.