bottin/responses/health.go
2023-09-18 22:05:30 -04:00

8 lines
129 B
Go

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