Versions in this module Expand all Collapse all v0 v0.0.1 Sep 17, 2025 Changes in this version + const HealthMethod + const HealthURL + func GenericEndpointDefinition[Input any](systemID string, url string, method string, ...) endpoint.Definition + func GenericEndpointHandler[Input any](systemID string, inputHandler endpoint.InputHandler[Input], ...) endpoint.Handler[Input] + func HealthDefinition(systemID string) endpoint.Definition + func HealthEndpointHandler(inputHandler endpoint.InputHandler[HealthInput], ...) endpoint.Handler[HealthInput] + func SendHealthRequest(ctx context.Context, host string) (*json.Response[json.APIOutput[HealthOutput]], error) + type HealthInput struct + func NewHealthInput() *HealthInput + type HealthOutput struct + func NewHealthOutput() *HealthOutput