Documentation ¶
Overview ¶
Package ren implements the business logic layer.
Index ¶
Constants ¶
View Source
const ErrTemplateNotFound = errorx.Error("template not found")
ErrTemplateNotFound occurs when a template cannot be found.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
// contains filtered or unexported fields
}
Application represents the application.
func NewApplication ¶
func NewApplication(r Reader, obsvr *observe.Observer) *Application
NewApplication creates an instance of Application.
func (*Application) IsHealthy ¶
func (a *Application) IsHealthy() error
IsHealthy checks the health of the Application.
Click to show internal directories.
Click to hide internal directories.