Skip to content

Commit

Permalink
add wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin committed May 19, 2020
1 parent 423d03d commit 1ac6cb3
Show file tree
Hide file tree
Showing 6 changed files with 127 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .idea/go-btfs-config.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

94 changes: 94 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package config
type UI struct {
Host HostUI
Renter RenterUI
Wallet WalletUI
}

type HostUI struct {
Expand All @@ -12,3 +13,7 @@ type HostUI struct {
type RenterUI struct {
Initialized bool
}

type WalletUI struct {
Initialized bool
}

0 comments on commit 1ac6cb3

Please sign in to comment.