some funcs stubbed out, Dbus methods in consts.
This commit is contained in:
14
wallet_funcs.go
Normal file
14
wallet_funcs.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package gokwallet
|
||||
|
||||
import (
|
||||
"github.com/godbus/dbus/v5"
|
||||
)
|
||||
|
||||
func NewWallet(wm *WalletManager, path dbus.ObjectPath) (wallet *Wallet, err error) {
|
||||
|
||||
var open bool
|
||||
|
||||
_ = open
|
||||
|
||||
return
|
||||
}
|
||||
Reference in New Issue
Block a user