Library/models
konrad a4b8a44e47
Added custom error for could not get User ID from JWT
2018-01-24 13:18:17 +01:00
..
author.go Author JSON is now all lowercase 2017-11-29 16:15:29 +01:00
author_test.go Added custom error type for ID cannot be 0 2018-01-24 12:58:00 +01:00
authors_add_update.go Added custom error type for ID cannot be 0 2018-01-24 12:58:00 +01:00
authors_delete.go Added custom error type for ID cannot be 0 2018-01-24 12:58:00 +01:00
authors_list.go Fixed lint 2017-11-08 10:55:17 +01:00
book.go Cleanup 2017-11-30 15:48:03 +01:00
book_test.go Added custom error type for no book title 2018-01-24 13:13:55 +01:00
books_add_update.go Added custom error type for no book title 2018-01-24 13:13:55 +01:00
books_delete.go Added custom error type for ID cannot be 0 2018-01-24 12:58:00 +01:00
books_list.go Fixed active class not showing correctly 2017-12-05 10:17:16 +01:00
config.go When no database or config is found the program exits 2017-12-05 16:06:40 +01:00
config_test.go gofmt 2018-01-16 16:24:29 +01:00
error.go Added custom error for could not get User ID from JWT 2018-01-24 13:18:17 +01:00
item.go Added item managagement 2017-11-29 12:25:52 +01:00
item_test.go Added error type for no item title 2018-01-24 13:04:47 +01:00
items_add_update.go Added error type for no item title 2018-01-24 13:04:47 +01:00
items_delete.go Added custom error type for ID cannot be 0 2018-01-24 12:58:00 +01:00
items_list.go Added item managagement 2017-11-29 12:25:52 +01:00
main_test.go Fixed lint + gofmt 2018-01-16 11:55:12 +01:00
message.go Message now all lowercase when returned as json 2017-12-07 10:45:33 +01:00
models.go Added method to add or update a user 2018-01-23 14:31:54 +01:00
models_test.go gofmt 2018-01-16 16:24:29 +01:00
publisher.go Cleanup 2017-11-30 15:48:03 +01:00
publisher_test.go Added custom error type for ID cannot be 0 2018-01-24 12:58:00 +01:00
publishers_add_update.go Gofmt 2018-01-16 14:28:44 +01:00
publishers_delete.go Added custom error type for ID cannot be 0 2018-01-24 12:58:00 +01:00
publishers_list.go Fixed lint 2017-11-08 10:55:17 +01:00
quantity.go Fixed getting quantity 2018-01-16 15:59:05 +01:00
quantity_test.go gofmt 2018-01-16 16:24:29 +01:00
status.go Cleanup 2017-11-30 15:48:03 +01:00
status_test.go gofmt 2018-01-16 16:24:29 +01:00
test_fixtures.go Started adding unit tests 2018-01-16 11:41:11 +01:00
unit_tests.go Fixed lint + gofmt 2018-01-16 11:55:12 +01:00
user.go Added custom error for could not get User ID from JWT 2018-01-24 13:18:17 +01:00
user_add_update.go Added route to update a user's password 2018-01-23 15:53:38 +01:00
user_delete.go Added custom error type for ID cannot be 0 2018-01-24 12:58:00 +01:00
user_test.go Added method to update a user 2018-01-23 12:59:48 +01:00
users_list.go Added list user method 2018-01-23 12:37:13 +01:00