Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigHandler ¶
ConfigHandler returns runtime configuration for the Hermes frontend.
Types ¶
type ConfigResponse ¶
type ConfigResponse struct {
AlgoliaDocsIndexName string `json:"algolia_docs_index_name"`
AlgoliaDraftsIndexName string `json:"algolia_drafts_index_name"`
AlgoliaInternalIndexName string `json:"algolia_internal_index_name"`
FeatureFlags map[string]bool `json:"feature_flags"`
GoogleOAuth2ClientID string `json:"google_oauth2_client_id"`
GoogleOAuth2HD string `json:"google_oauth2_hd"`
ShortLinkBaseURL string `json:"short_link_base_url"`
}
Click to show internal directories.
Click to hide internal directories.