Skip to content

Commit

Permalink
feat: Create Constants for configuration's map key
Browse files Browse the repository at this point in the history
Create Primary and Password for configuration's map key

Close #449

Signed-off-by: weichou <weichou1229@gmail.com>
  • Loading branch information
weichou1229 committed Feb 25, 2021
1 parent caf1e88 commit 7342969
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions v2/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,9 @@ const (
ValueTypeFloat32Array = "Float32Array"
ValueTypeFloat64Array = "Float64Array"
)

// Constants related to configuration file's map key
const (
Primary = "Primary"
Password = "Password"
)

0 comments on commit 7342969

Please sign in to comment.