bottin/responses/health.go

7 lines
119 B
Go

package responses
import "codeberg.org/vlbeaudoin/voki/v2"
type GetHealthResponse struct {
voki.ResponseWithError
}