Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EnvJS ¶
type EnvJS struct {
Theme string `json:"PUBLIC_THEME"`
PageTitle string `json:"PUBLIC_PAGE_TITLE"`
HeaderText string `json:"PUBLIC_HEADER_TEXT"`
HeaderLinks string `json:"PUBLIC_HEADER_LINKS"`
HeaderLogo string `json:"PUBLIC_HEADER_LOGO"`
GrpcURL string `json:"PUBLIC_GRPC_URL"`
LGVersion string `json:"PUBLIC_LG_VERSION"`
SentryDSN string `json:"PUBLIC_SENTRY_DSN"`
SentryEnv string `json:"PUBLIC_SENTRY_ENV"`
SentrySampleRate float64 `json:"PUBLIC_SENTRY_SAMPLE_RATE"`
RtListMax int `json:"PUBLIC_RT_LIST_MAX"`
}
Click to show internal directories.
Click to hide internal directories.