Documentation ¶
Overview ¶
Package system provides the system information and health check endpoints.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct { Version string `json:"version"` App App `json:"app"` Settings Settings `json:"settings"` }
Info represents the system information
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager represents the system manager
func NewManager ¶
NewManager creates a new system manager
func (*Manager) RegisterRoutes ¶
func (m *Manager) RegisterRoutes(r chi.Router)
RegisterRoutes registers the search routes
Click to show internal directories.
Click to hide internal directories.