cosmos-sdk/orm/model/ormtable
Jacob Gadikian 55054282d2
chore: gofumpt (#11839)
* fumpt using main not master...

* be more descriptive

* fumpt

* fix nits

Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-05-19 10:55:27 +02:00
..
testdata refactor(orm)!: refactor hooks into validate and write hooks (#11185) 2022-02-25 14:54:44 +01:00
auto_increment_test.go refactor(ORM)!: InsertReturningID -> InsertReturning<PrimaryKeyName> (#11659) 2022-05-13 21:47:55 +00:00
auto_increment.go refactor(ORM)!: InsertReturningID -> InsertReturning<PrimaryKeyName> (#11659) 2022-05-13 21:47:55 +00:00
backend.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
batch.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
bench_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
build.go fix(orm): add additional checks on invalid tables (#11387) 2022-04-05 19:48:58 +00:00
doc.go feat(orm): add ORM Table and Indexes (#10670) 2022-01-20 16:22:06 +00:00
filter.go feat(orm)!: tweak API to allow pagination in generated code (#11079) 2022-02-02 16:12:11 -05:00
hooks.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
index_impl.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
index.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
iterator.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
paginate.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
primary_key.go refactor(orm)!: update to new module schema descriptor (#11273) 2022-03-01 16:18:45 +00:00
save_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
singleton_test.go refactor(orm)!: rename table interfaces from Store -> Table in codegen (#11176) 2022-02-14 15:23:52 +00:00
singleton.go fix(orm): add additional checks on invalid tables (#11387) 2022-04-05 19:48:58 +00:00
table_impl.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
table_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
table.go refactor(ORM)!: InsertReturningID -> InsertReturning<PrimaryKeyName> (#11659) 2022-05-13 21:47:55 +00:00
unique.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
util.go feat(orm): add ORM Table and Indexes (#10670) 2022-01-20 16:22:06 +00:00