influxdb/tenant
Alirie Gray 82d88d52c4
feat(logging): add logging middleware to tenant service (#17320)
2020-03-17 15:24:57 -07:00
..
error.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
error_bucket.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
error_org.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
error_urm.go feat(tenant): Build the crud actions for the new tenant service (#17171) 2020-03-11 12:31:33 -06:00
error_user.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
middleware_bucket_logging.go feat(logging): add logging middleware to tenant service (#17320) 2020-03-17 15:24:57 -07:00
middleware_bucket_metrics.go feat(metrics): add metrics middleware to tenant service (#17301) 2020-03-17 10:43:16 -07:00
middleware_org_logging.go feat(logging): add logging middleware to tenant service (#17320) 2020-03-17 15:24:57 -07:00
middleware_org_metrics.go feat(logging): add logging middleware to tenant service (#17320) 2020-03-17 15:24:57 -07:00
middleware_urm_logging.go feat(logging): add logging middleware to tenant service (#17320) 2020-03-17 15:24:57 -07:00
middleware_urm_metrics.go feat(logging): add logging middleware to tenant service (#17320) 2020-03-17 15:24:57 -07:00
middleware_user_logging.go feat(logging): add logging middleware to tenant service (#17320) 2020-03-17 15:24:57 -07:00
middleware_user_metrics.go feat(logging): add logging middleware to tenant service (#17320) 2020-03-17 15:24:57 -07:00
service.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
service_bucket.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
service_bucket_test.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
service_org.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
service_org_test.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
service_test.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
service_urm.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
service_urm_test.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
service_user.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
service_user_test.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
storage.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
storage_bucket.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
storage_bucket_test.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
storage_org.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
storage_org_test.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
storage_urm.go feat(tenant): Build the crud actions for the new tenant service (#17171) 2020-03-11 12:31:33 -06:00
storage_urm_test.go feat(tenant): Build the crud actions for the new tenant service (#17171) 2020-03-11 12:31:33 -06:00
storage_user.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00
storage_user_test.go feat(tenant): Add in service functions and business logic (#17296) 2020-03-17 13:23:00 -06:00