close #102, unexport ParsedEndpoint in config (#103)

This commit is contained in:
Aravind Shankar 2018-07-11 14:52:36 +05:30 committed by Shahidh K Muhammed
parent 751bfdbad9
commit 5e14c293f2

View File

@ -52,7 +52,7 @@ type HasuraGraphQLConfig struct {
// AccessKey (optional) required to query the endpoint
AccessKey string `json:"access_key,omitempty"`
ParsedEndpoint *url.URL
ParsedEndpoint *url.URL `json:"-"`
}
// ParseEndpoint ensures the endpoint is valid.