Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DocumentParamType ¶
type DocumentParamType string
DocumentParamType represents various document parameter types
const ( // ParamTypeString represents the Param Type String ParamTypeString DocumentParamType = "String" // ParamTypeStringList represents the Param Type StringList ParamTypeStringList DocumentParamType = "StringList" // ParamTypeStringMap represents the param type StringMap ParamTypeStringMap DocumentParamType = "StringMap" // ParamTypeInteger represents the param type StringMap ParamTypeInteger DocumentParamType = "Integer" // ParamTypeBoolean represents the param type Boolean ParamTypeBoolean DocumentParamType = "Boolean" // ParamTypeMapList represents the param type MapList ParamTypeMapList DocumentParamType = "MapList" )
Click to show internal directories.
Click to hide internal directories.