package
Version:
v0.4.24
Opens a new window with list of versions in this module.
Published: Nov 23, 2025
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Entity struct {
ID string `json:"id,omitempty"`
CreatedAt time.Time `json:"created_at,omitempty"`
UpdatedAt *time.Time `json:"updated_at,omitempty"`
DeletedAt *time.Time `json:"deleted_at,omitempty"`
}
type Health struct {
Status string `json:"status"`
Databases map[string]string `json:"databases,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.