fleet/server/datastore
Zachary Wasserman 85a8e92b96 Implement endpoints for host service methods (#280)
- Remove service methods for modifying hosts
2016-10-05 17:10:44 -07:00
..
config.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
datastore.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
datastore_app_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
datastore_hosts_test.go Implement endpoints for host service methods (#280) 2016-10-05 17:10:44 -07:00
datastore_invite_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
datastore_labels_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
datastore_packs_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
datastore_password_reset_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
datastore_queries_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
datastore_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
datastore_users_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
gorm.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
gorm_app.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
gorm_hosts.go Implement endpoints for host service methods (#280) 2016-10-05 17:10:44 -07:00
gorm_invite.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00
gorm_labels.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
gorm_packs.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
gorm_password_reset.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
gorm_queries.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
gorm_sessions.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
gorm_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
gorm_users.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
inmem.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
inmem_app.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
inmem_hosts.go Implement endpoints for host service methods (#280) 2016-10-05 17:10:44 -07:00
inmem_invite.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00
inmem_labels.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
inmem_packs.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
inmem_password_reset.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
inmem_queries.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
inmem_sessions.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
inmem_users.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00