Documentation
¶
Index ¶
- Constants
- Variables
- func LoadTimezone(tzid string) (*time.Location, error)
- func ParseDuration(s string) (*time.Duration, error)
- func ParseGeo(l string) (float64, float64, error)
- func ParseParameters(p string) (string, map[string]string)
- func ParseRecurrenceParams(p string) (string, map[string]string)
- func ParseRecurrenceRule(v string) (map[string]string, error)
- func ParseTime(s string, params map[string]string, ty int) (*time.Time, error)
- func UnescapeString(l string) string
Constants ¶
View Source
const ( TimeStart = iota TimeEnd )
Variables ¶
View Source
var (
TZMapper func(s string) (*time.Location, error)
)
Functions ¶
func UnescapeString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.