mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-12-18 05:56:35 +00:00
Add SubscriberName (no methods)
This commit is contained in:
parent
e5a32a51a4
commit
2953d329ff
2 changed files with 2 additions and 1 deletions
1
src/domain.rs
Normal file
1
src/domain.rs
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pub struct SubscriberName(String);
|
|
@ -1,5 +1,5 @@
|
||||||
#![allow(clippy::toplevel_ref_arg)]
|
|
||||||
pub mod configuration;
|
pub mod configuration;
|
||||||
|
pub mod domain;
|
||||||
pub mod routes;
|
pub mod routes;
|
||||||
pub mod startup;
|
pub mod startup;
|
||||||
pub mod telemetry;
|
pub mod telemetry;
|
||||||
|
|
Loading…
Reference in a new issue