Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type WalletHandler ¶
type WalletHandler struct { UserRepository string `default:"users" envconfig:"USER_REPO"` // Collection in Firestore // Environment variable holding GCP Project GCPProject string `default:"GCP_PROJECT" envconfig:"GCP_PROJECT"` }
func (*WalletHandler) CreateWallet ¶
func (config *WalletHandler) CreateWallet(userID string) (*account.AccountInfo, error)
Click to show internal directories.
Click to hide internal directories.