working commit
This commit is contained in:
@@ -13,6 +13,10 @@ const (
|
||||
defaultHostname = "localhost:1025"
|
||||
)
|
||||
|
||||
func NewAccountUtil() *AccountUtil {
|
||||
return &AccountUtil{}
|
||||
}
|
||||
|
||||
type AccountUtil struct {
|
||||
createAccountParams CreateAccountParams
|
||||
updateAccountParams UpdateAccountParams
|
||||
|
||||
Reference in New Issue
Block a user