Documentation ¶ Index ¶ func ReadBool(params map[string]interface{}, key string, opts Options) (bool, error) func ReadNumber(params map[string]interface{}, key string, opts Options) (float64, error) func ReadString(params map[string]interface{}, key string, opts Options) (string, error) type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ReadBool ¶ func ReadBool(params map[string]interface{}, key string, opts Options) (bool, error) func ReadNumber ¶ func ReadNumber(params map[string]interface{}, key string, opts Options) (float64, error) func ReadString ¶ func ReadString(params map[string]interface{}, key string, opts Options) (string, error) Types ¶ type Options ¶ type Options struct { Required bool Label string } Source Files ¶ View all Source files param.go Click to show internal directories. Click to hide internal directories.