Documentation ¶
Index ¶
- func Copyright(w io.Writer, config *UIConfig) error
- func GetBucketKey(k string) string
- func GetBucketLabel(k string) string
- func GetNavBlock(w io.Writer, r *http.Request) string
- func OffCanvas(w io.Writer) error
- func SafeGetField(v interface{}, nullValue string) string
- func SmartGetField(v1 []interface{}, v2 interface{}, nullValue string) string
- type IndexConfig
- type UIConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBucketKey ¶
func GetBucketLabel ¶
func SafeGetField ¶
func SmartGetField ¶
Types ¶
type IndexConfig ¶
type IndexConfig struct { Elasticsearch *core.ElasticsearchConfig `config:"elasticsearch"` UIConfig *UIConfig `config:"ui"` }
Click to show internal directories.
Click to hide internal directories.