Versions in this module Expand all Collapse all v1 v1.0.1 Jul 8, 2020 Changes in this version + func Consume(clt *core.Client, id *CardItemIdentifier) (cardId, openId string, err error) + func Decrypt(clt *core.Client, encryptCode string) (code string, err error) + func Unavailable(clt *core.Client, id *CardItemIdentifier) (err error) + func Update(clt *core.Client, id *CardItemIdentifier, newCode string) (err error) + type CardItem struct + Card struct{ ... } + Code string + OpenId string + func Get(clt *core.Client, id *CardItemIdentifier) (info *CardItem, err error) + type CardItemIdentifier struct + CardId string + Code string