Library/models
konrad e99aeb67c6
the build was successful Details
fmt
2018-01-26 16:44:58 +01:00
..
author.go Author JSON is now all lowercase 2017-11-29 16:15:29 +01:00
author_test.go fmt 2018-01-26 16:44:58 +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 Small improvements to unit tests 2018-01-25 14:39:27 +01:00
books_add_update.go Beautified error messages 2018-01-25 12:23:51 +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 Small improvements to unit tests 2018-01-25 14:39:27 +01:00
error.go fmt 2018-01-26 16:44:58 +01:00
item.go Added item managagement 2017-11-29 12:25:52 +01:00
item_test.go Small improvements to unit tests 2018-01-25 14:39:27 +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 Small improvements to unit tests 2018-01-25 14:39:27 +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 Small improvements to unit tests 2018-01-25 14:39:27 +01:00
publishers_add_update.go Added custom error type when a publisher has no name 2018-01-24 23:55:10 +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 fmt 2018-01-26 16:44:58 +01:00
user.go fmt 2018-01-26 16:44:58 +01:00
user_add_update.go fmt 2018-01-26 16:44:58 +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 fmt 2018-01-26 16:44:58 +01:00
users_list.go Added list user method 2018-01-23 12:37:13 +01:00