Skip to content

Commit

Permalink
add tran models: tranx address & port, add Password type
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Feb 3, 2022
1 parent a974001 commit b185389
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions models/model.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package models

type TranOptions struct {
TranxAddress string
TranxPort int
}

type Password string

0 comments on commit b185389

Please sign in to comment.