Versions in this module Expand all Collapse all v0 v0.3.0 Aug 16, 2026 Changes in this version type Config + MCPServerEndpoints []string v0.2.0 Aug 7, 2026 Changes in this version + const Path + var ErrUnauthorized = errors.New("gateconfig: gate token unauthorized") + type Client struct + func NewClient(baseURL, token string, hc *http.Client) *Client + func (c *Client) Fetch(ctx context.Context) (*Config, error) + type Config struct + Credentials []Credential + Networking domain.Networking + type Credential struct + CredentialID string + InjectionLocation InjectionLocation + Networking CredentialNetworking + Placeholder string + Secret string + type CredentialNetworking struct + AllowedHosts []string + Type domain.NetworkingType + type InjectionLocation struct + Body bool + Header bool