1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-01-24 22:32:42 +02:00

updated jsvm types and godoc list formatting

This commit is contained in:
Gani Georgiev 2023-08-15 12:35:52 +03:00
parent 67fa47b1bb
commit fef6e584b7
2 changed files with 2923 additions and 2923 deletions

File diff suppressed because it is too large Load Diff

View File

@ -84,11 +84,11 @@ var macros = map[string]string{
// - list: 1,2,3,10-20/n
//
// The following macros are supported:
// - @yearly (or @annually)
// - @monthly
// - @weekly
// - @daily (or @midnight)
// - @hourly
// - @yearly (or @annually)
// - @monthly
// - @weekly
// - @daily (or @midnight)
// - @hourly
func NewSchedule(cronExpr string) (*Schedule, error) {
if v, ok := macros[cronExpr]; ok {
cronExpr = v