Add SubscriberName (no methods)

This commit is contained in:
Luca Palmieri 2020-12-09 16:01:36 +00:00
parent e5a32a51a4
commit 2953d329ff
2 changed files with 2 additions and 1 deletions

1
src/domain.rs Normal file
View file

@ -0,0 +1 @@
pub struct SubscriberName(String);

View file

@ -1,5 +1,5 @@
#![allow(clippy::toplevel_ref_arg)]
pub mod configuration;
pub mod domain;
pub mod routes;
pub mod startup;
pub mod telemetry;