Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CX ¶
CX is a helper function to generate a string of class names based on a map of class names and their conditions.
CX is not guaranteed to be ordered, use CXX for that.
func CXX ¶
CXX takes an alternating string and boolean arguments. Odd values must be string and even values must be boolean.
Function panics if above conditions are not fulfilled.
Example:
utils.CXX("my-0", true, "my-1", cond)
func NextScheduleTime ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.