Documentation ¶
Index ¶
- func GetColorFromMap(k string, m map[string]interface{}) (color.Color, bool, error)
- func GetFloatFromMap(k string, m map[string]interface{}) (float64, bool, error)
- func GetFontFromMap(k string, m map[string]interface{}) (*truetype.Font, bool, error)
- func GetFontHintingFromMap(k string, m map[string]interface{}) (font.Hinting, bool, error)
- func GetImageFromMap(k string, m map[string]interface{}) (*image.RGBA, bool, error)
- func GetIntFromMap(k string, m map[string]interface{}) (int, bool, error)
- func GetInterfaceFromMap(k string, m map[string]interface{}) (interface{}, bool, error)
- func GetMapFromMap(k string, m map[string]interface{}) (map[string]interface{}, bool, error)
- func GetRegexpFromMap(k string, m map[string]interface{}) (*regexp.Regexp, bool, error)
- func GetRequiredColorFromMap(k string, m map[string]interface{}) (color.Color, error)
- func GetRequiredFloatFromMap(k string, m map[string]interface{}) (float64, error)
- func GetRequiredFontFromMap(k string, m map[string]interface{}) (*truetype.Font, error)
- func GetRequiredFontHintingFromMap(k string, m map[string]interface{}) (font.Hinting, error)
- func GetRequiredImageFromMap(k string, m map[string]interface{}) (*image.RGBA, error)
- func GetRequiredIntFromMap(k string, m map[string]interface{}) (int, error)
- func GetRequiredInterfaceFromMap(k string, m map[string]interface{}) (interface{}, error)
- func GetRequiredMapFromMap(k string, m map[string]interface{}) (map[string]interface{}, error)
- func GetRequiredRegexpFromMap(k string, m map[string]interface{}) (*regexp.Regexp, error)
- func GetRequiredSliceOfInterfacesFromMap(k string, m map[string]interface{}) ([]interface{}, error)
- func GetRequiredStringFromMap(k string, m map[string]interface{}) (string, error)
- func GetSliceOfInterfacesFromMap(k string, m map[string]interface{}) ([]interface{}, bool, error)
- func GetStringFromMap(k string, m map[string]interface{}) (string, bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetColorFromMap ¶
func GetFloatFromMap ¶
func GetFontFromMap ¶
func GetFontHintingFromMap ¶
func GetImageFromMap ¶
func GetInterfaceFromMap ¶
func GetMapFromMap ¶
func GetRegexpFromMap ¶
func GetRequiredColorFromMap ¶
func GetRequiredFloatFromMap ¶
func GetRequiredFontFromMap ¶
func GetRequiredImageFromMap ¶
func GetRequiredIntFromMap ¶
func GetRequiredMapFromMap ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.