Skip to content

Commit 8686eaa

Browse files
committed
enhance docs
1 parent d3a7603 commit 8686eaa

File tree

1 file changed

+4
-0
lines changed
  • src/voting-tools-rs/src/model

1 file changed

+4
-0
lines changed

src/voting-tools-rs/src/model/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,11 @@ microtype! {
6464
#[derive(Debug, PartialEq, Clone)]
6565
#[string]
6666
pub String {
67+
/// Database name
6768
DbName,
69+
/// Database user
6870
DbUser,
71+
/// Database host
6972
DbHost,
7073
RewardsAddr,
7174
StakeAddr,
@@ -78,6 +81,7 @@ microtype! {
7881
#[secret]
7982
#[string]
8083
pub String {
84+
/// Database password
8185
DbPass,
8286
}
8387

0 commit comments

Comments
 (0)