add compile-time interface compliance check (#161)

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

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 {