add compile-time interface compliance check (#161)
All checks were successful
coverage / build (push) Successful in 2m7s
test / test (push) Successful in 4m17s

This commit is contained in:
2025-10-17 12:57:09 +05:00
committed by GitHub
parent 501f479a87
commit fa1a8af683

View File

@@ -16,6 +16,8 @@ import (
"go.unistack.org/micro-client-http/v4/status"
)
var _ client.Client = (*Client)(nil)
var DefaultContentType = "application/json"
type Client struct {