Documentation ¶
Overview ¶
Package settings provides a way to store and retrieve settings for resources.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Setting ¶
type Setting map[string]interface{}
func (*Setting) Get ¶
Get returns the value of a key in the Setting Deprecated: use GetBool, GetString, or GetInt instead
func (*Setting) GetBool ¶ added in v0.17.0
GetBool returns the boolean value of a key in the Setting
Click to show internal directories.
Click to hide internal directories.