Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllOptions ¶
func PHPDeserializeStringArray ¶
PHPDeserializeStringArray deserializes a PHP serialized string into a list of sorted strings.
Types ¶
type ExprTestCase ¶
type FunctionDefinition ¶
type FunctionDefinition struct {
Name string
Overloads []*OverloadDefinition
}
func GetAllFunctions ¶
func GetAllFunctions() []*FunctionDefinition
func PHPDeserializeStringArrayFunc ¶
func PHPDeserializeStringArrayFunc() *FunctionDefinition
func TitleCaseFunc ¶
func TitleCaseFunc() *FunctionDefinition
func ToUpperFunc ¶
func ToUpperFunc() *FunctionDefinition
func (*FunctionDefinition) GetOptions ¶
func (fd *FunctionDefinition) GetOptions() []cel.EnvOption
Click to show internal directories.
Click to hide internal directories.