Documentation
¶
Index ¶
- type ILogEntryController
- type LogEntryController
- func (c LogEntryController) CreateLogEntry(ctx echo.Context) error
- func (c LogEntryController) DeleteLogEntries(ctx echo.Context) error
- func (c LogEntryController) GetApplicationNames(ctx echo.Context) error
- func (c LogEntryController) GetLogEntries(ctx echo.Context) error
- func (c LogEntryController) GetLogEntry(ctx echo.Context) error
- type LogEntryControllerConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ILogEntryController ¶
type LogEntryController ¶
type LogEntryController struct {
Logger *logrus.Entry
LogEntryService logentry_services.ILogEntryService
PageSize int
}
func NewLogEntryController ¶
func NewLogEntryController(config LogEntryControllerConfig) LogEntryController
func (LogEntryController) CreateLogEntry ¶
func (c LogEntryController) CreateLogEntry(ctx echo.Context) error
func (LogEntryController) DeleteLogEntries ¶
func (c LogEntryController) DeleteLogEntries(ctx echo.Context) error
func (LogEntryController) GetApplicationNames ¶
func (c LogEntryController) GetApplicationNames(ctx echo.Context) error
func (LogEntryController) GetLogEntries ¶
func (c LogEntryController) GetLogEntries(ctx echo.Context) error
func (LogEntryController) GetLogEntry ¶
func (c LogEntryController) GetLogEntry(ctx echo.Context) error
type LogEntryControllerConfig ¶
type LogEntryControllerConfig struct {
Logger *logrus.Entry
LogEntryService logentry_services.ILogEntryService
PageSize int
}
Click to show internal directories.
Click to hide internal directories.