@@ -118,7 +118,7 @@ <h2 class="toggleButton" title="Click to hide Index section">Index ▾</h2>
118118 < dd > < a href ="#adaptEntryLevel "> func adaptEntryLevel(level logrus.Level) string</ a > </ dd >
119119
120120
121- < dd > < a href ="#nullString "> func nullString(s string) interface{} </ a > </ dd >
121+ < dd > < a href ="#nullString "> func nullString(s string) any </ a > </ dd >
122122
123123
124124 < dd > < a href ="#quoteIdent "> func quoteIdent(s string) string</ a > </ dd >
@@ -622,12 +622,12 @@ <h2 id="adaptEntryLevel">func <a href="/pg_timetable/devel/godoc/src/github.com/
622622
623623
624624
625- < h2 id ="nullString "> func < a href ="/pg_timetable/devel/godoc/src/github.com/cybertec-postgresql/pg_timetable/internal/pgengine/yaml.go.html#L170 "> nullString</ a >
625+ < h2 id ="nullString "> func < a href ="/pg_timetable/devel/godoc/src/github.com/cybertec-postgresql/pg_timetable/internal/pgengine/yaml.go.html#L140 "> nullString</ a >
626626 < a class ="permalink " href ="#nullString "> ¶</ a >
627627
628628
629629 </ h2 >
630- < pre > func nullString(s < a href ="https://pkg.go.dev/builtin/#string "> string</ a > ) interface{} </ pre >
630+ < pre > func nullString(s < a href ="https://pkg.go.dev/builtin/#string "> string</ a > ) < a href =" https://pkg.go.dev/builtin/#any " > any </ a > </ pre >
631631 < p > nullString returns nil for empty strings, otherwise returns the string
632632
633633
@@ -1541,7 +1541,7 @@ <h3 id="PgEngine.WaitForChainSignal">func (*PgEngine) <a href="/pg_timetable/dev
15411541
15421542
15431543
1544- < h3 id ="PgEngine.createChainFromYaml "> func (*PgEngine) < a href ="/pg_timetable/devel/godoc/src/github.com/cybertec-postgresql/pg_timetable/internal/pgengine/yaml.go.html#L104 "> createChainFromYaml</ a >
1544+ < h3 id ="PgEngine.createChainFromYaml "> func (*PgEngine) < a href ="/pg_timetable/devel/godoc/src/github.com/cybertec-postgresql/pg_timetable/internal/pgengine/yaml.go.html#L74 "> createChainFromYaml</ a >
15451545 < a class ="permalink " href ="#PgEngine.createChainFromYaml "> ¶</ a >
15461546
15471547
@@ -1616,9 +1616,9 @@ <h2 id="PgxIface">type <a href="/pg_timetable/devel/godoc/src/github.com/cyberte
16161616
16171617 < pre > type PgxIface interface {
16181618 Begin(ctx < a href ="https://pkg.go.dev/context/ "> context</ a > .< a href ="https://pkg.go.dev/context/#Context "> Context</ a > ) (< a href ="https://pkg.go.dev/github.com/jackc/pgx/v5/ "> pgx</ a > .< a href ="https://pkg.go.dev/github.com/jackc/pgx/v5/#Tx "> Tx</ a > , < a href ="https://pkg.go.dev/builtin/#error "> error</ a > )
1619- Exec(< a href ="https://pkg.go.dev/context/ "> context</ a > .< a href ="https://pkg.go.dev/context/#Context "> Context</ a > , < a href ="https://pkg.go.dev/builtin/#string "> string</ a > , ...interface{} ) (< a href ="https://pkg.go.dev/github.com/jackc/pgx/v5/pgconn/ "> pgconn</ a > .< a href ="https://pkg.go.dev/github.com/jackc/pgx/v5/pgconn/#CommandTag "> CommandTag</ a > , < a href ="https://pkg.go.dev/builtin/#error "> error</ a > )
1620- QueryRow(< a href ="https://pkg.go.dev/context/ "> context</ a > .< a href ="https://pkg.go.dev/context/#Context "> Context</ a > , < a href ="https://pkg.go.dev/builtin/#string "> string</ a > , ...interface{} ) < a href ="https://pkg.go.dev/github.com/jackc/pgx/v5/ "> pgx</ a > .< a href ="https://pkg.go.dev/github.com/jackc/pgx/v5/#Row "> Row</ a >
1621- Query(ctx < a href ="https://pkg.go.dev/context/ "> context</ a > .< a href ="https://pkg.go.dev/context/#Context "> Context</ a > , query < a href ="https://pkg.go.dev/builtin/#string "> string</ a > , args ...interface{} ) (< a href ="https://pkg.go.dev/github.com/jackc/pgx/v5/ "> pgx</ a > .< a href ="https://pkg.go.dev/github.com/jackc/pgx/v5/#Rows "> Rows</ a > , < a href ="https://pkg.go.dev/builtin/#error "> error</ a > )
1619+ Exec(< a href ="https://pkg.go.dev/context/ "> context</ a > .< a href ="https://pkg.go.dev/context/#Context "> Context</ a > , < a href ="https://pkg.go.dev/builtin/#string "> string</ a > , ...< a href =" https://pkg.go.dev/builtin/#any " > any </ a > ) (< a href ="https://pkg.go.dev/github.com/jackc/pgx/v5/pgconn/ "> pgconn</ a > .< a href ="https://pkg.go.dev/github.com/jackc/pgx/v5/pgconn/#CommandTag "> CommandTag</ a > , < a href ="https://pkg.go.dev/builtin/#error "> error</ a > )
1620+ QueryRow(< a href ="https://pkg.go.dev/context/ "> context</ a > .< a href ="https://pkg.go.dev/context/#Context "> Context</ a > , < a href ="https://pkg.go.dev/builtin/#string "> string</ a > , ...< a href =" https://pkg.go.dev/builtin/#any " > any </ a > ) < a href ="https://pkg.go.dev/github.com/jackc/pgx/v5/ "> pgx</ a > .< a href ="https://pkg.go.dev/github.com/jackc/pgx/v5/#Row "> Row</ a >
1621+ Query(ctx < a href ="https://pkg.go.dev/context/ "> context</ a > .< a href ="https://pkg.go.dev/context/#Context "> Context</ a > , query < a href ="https://pkg.go.dev/builtin/#string "> string</ a > , args ...< a href =" https://pkg.go.dev/builtin/#any " > any </ a > ) (< a href ="https://pkg.go.dev/github.com/jackc/pgx/v5/ "> pgx</ a > .< a href ="https://pkg.go.dev/github.com/jackc/pgx/v5/#Rows "> Rows</ a > , < a href ="https://pkg.go.dev/builtin/#error "> error</ a > )
16221622 Ping(ctx < a href ="https://pkg.go.dev/context/ "> context</ a > .< a href ="https://pkg.go.dev/context/#Context "> Context</ a > ) < a href ="https://pkg.go.dev/builtin/#error "> error</ a >
16231623 CopyFrom(ctx < a href ="https://pkg.go.dev/context/ "> context</ a > .< a href ="https://pkg.go.dev/context/#Context "> Context</ a > , tableName < a href ="https://pkg.go.dev/github.com/jackc/pgx/v5/ "> pgx</ a > .< a href ="https://pkg.go.dev/github.com/jackc/pgx/v5/#Identifier "> Identifier</ a > , columnNames []< a href ="https://pkg.go.dev/builtin/#string "> string</ a > , rowSrc < a href ="https://pkg.go.dev/github.com/jackc/pgx/v5/ "> pgx</ a > .< a href ="https://pkg.go.dev/github.com/jackc/pgx/v5/#CopyFromSource "> CopyFromSource</ a > ) (< a href ="https://pkg.go.dev/builtin/#int64 "> int64</ a > , < a href ="https://pkg.go.dev/builtin/#error "> error</ a > )
16241624}</ pre >
@@ -1672,7 +1672,7 @@ <h2 id="QueryRowIface">type <a href="/pg_timetable/devel/godoc/src/github.com/cy
16721672 < p > QueryRowIface specifies interface to use QueryRow method
16731673
16741674 < pre > type QueryRowIface interface {
1675- QueryRow(< a href ="https://pkg.go.dev/context/ "> context</ a > .< a href ="https://pkg.go.dev/context/#Context "> Context</ a > , < a href ="https://pkg.go.dev/builtin/#string "> string</ a > , ...interface{} ) < a href ="https://pkg.go.dev/github.com/jackc/pgx/v5/ "> pgx</ a > .< a href ="https://pkg.go.dev/github.com/jackc/pgx/v5/#Row "> Row</ a >
1675+ QueryRow(< a href ="https://pkg.go.dev/context/ "> context</ a > .< a href ="https://pkg.go.dev/context/#Context "> Context</ a > , < a href ="https://pkg.go.dev/builtin/#string "> string</ a > , ...< a href =" https://pkg.go.dev/builtin/#any " > any </ a > ) < a href ="https://pkg.go.dev/github.com/jackc/pgx/v5/ "> pgx</ a > .< a href ="https://pkg.go.dev/github.com/jackc/pgx/v5/#Row "> Row</ a >
16761676}</ pre >
16771677
16781678
@@ -1717,7 +1717,7 @@ <h2 id="YamlChain">type <a href="/pg_timetable/devel/godoc/src/github.com/cybert
17171717
17181718
17191719
1720- < h3 id ="YamlChain.SetDefaults "> func (*YamlChain) < a href ="/pg_timetable/devel/godoc/src/github.com/cybertec-postgresql/pg_timetable/internal/pgengine/yaml.go.html#L235 "> SetDefaults</ a >
1720+ < h3 id ="YamlChain.SetDefaults "> func (*YamlChain) < a href ="/pg_timetable/devel/godoc/src/github.com/cybertec-postgresql/pg_timetable/internal/pgengine/yaml.go.html#L211 "> SetDefaults</ a >
17211721 < a class ="permalink " href ="#YamlChain.SetDefaults "> ¶</ a >
17221722
17231723
@@ -1730,7 +1730,7 @@ <h3 id="YamlChain.SetDefaults">func (*YamlChain) <a href="/pg_timetable/devel/go
17301730
17311731
17321732
1733- < h3 id ="YamlChain.ValidateChain "> func (*YamlChain) < a href ="/pg_timetable/devel/godoc/src/github.com/cybertec-postgresql/pg_timetable/internal/pgengine/yaml.go.html#L178 "> ValidateChain</ a >
1733+ < h3 id ="YamlChain.ValidateChain "> func (*YamlChain) < a href ="/pg_timetable/devel/godoc/src/github.com/cybertec-postgresql/pg_timetable/internal/pgengine/yaml.go.html#L148 "> ValidateChain</ a >
17341734 < a class ="permalink " href ="#YamlChain.ValidateChain "> ¶</ a >
17351735
17361736
@@ -1767,7 +1767,7 @@ <h2 id="YamlConfig">type <a href="/pg_timetable/devel/godoc/src/github.com/cyber
17671767
17681768
17691769
1770- < h3 id ="ParseYamlFile "> func < a href ="/pg_timetable/devel/godoc/src/github.com/cybertec-postgresql/pg_timetable/internal/pgengine/yaml.go.html#L251 "> ParseYamlFile</ a >
1770+ < h3 id ="ParseYamlFile "> func < a href ="/pg_timetable/devel/godoc/src/github.com/cybertec-postgresql/pg_timetable/internal/pgengine/yaml.go.html#L227 "> ParseYamlFile</ a >
17711771 < a class ="permalink " href ="#ParseYamlFile "> ¶</ a >
17721772
17731773
@@ -1809,7 +1809,7 @@ <h2 id="YamlTask">type <a href="/pg_timetable/devel/godoc/src/github.com/cyberte
18091809
18101810
18111811
1812- < h3 id ="YamlTask.ToSQLParameters "> func (*YamlTask) < a href ="/pg_timetable/devel/godoc/src/github.com/cybertec-postgresql/pg_timetable/internal/pgengine/yaml.go.html#L288 "> ToSQLParameters</ a >
1812+ < h3 id ="YamlTask.ToSQLParameters "> func (*YamlTask) < a href ="/pg_timetable/devel/godoc/src/github.com/cybertec-postgresql/pg_timetable/internal/pgengine/yaml.go.html#L264 "> ToSQLParameters</ a >
18131813 < a class ="permalink " href ="#YamlTask.ToSQLParameters "> ¶</ a >
18141814
18151815
@@ -1822,7 +1822,7 @@ <h3 id="YamlTask.ToSQLParameters">func (*YamlTask) <a href="/pg_timetable/devel/
18221822
18231823
18241824
1825- < h3 id ="YamlTask.ValidateTask "> func (*YamlTask) < a href ="/pg_timetable/devel/godoc/src/github.com/cybertec-postgresql/pg_timetable/internal/pgengine/yaml.go.html#L213 "> ValidateTask</ a >
1825+ < h3 id ="YamlTask.ValidateTask "> func (*YamlTask) < a href ="/pg_timetable/devel/godoc/src/github.com/cybertec-postgresql/pg_timetable/internal/pgengine/yaml.go.html#L189 "> ValidateTask</ a >
18261826 < a class ="permalink " href ="#YamlTask.ValidateTask "> ¶</ a >
18271827
18281828
0 commit comments