Versions in this module Expand all Collapse all v2 v2.1.8 Mar 10, 2024 Changes in this version + type Account struct + func NewAccount(ctx *context.Context) *Account + func (account *Account) Bind(appID string) error + func (account *Account) Create(appID string) (string, error) + func (account *Account) Get(appID string) (string, error) + func (account *Account) Unbind(appID string, openAppID string) error