Versions in this module Expand all Collapse all v0 v0.0.6 Feb 11, 2025 v0.0.5 Jun 12, 2023 Changes in this version + type AuthorizedTags struct + AuthorizedTags []UserTag + type Nfc struct + func NewNfcTagsService(request warp.Request) *Nfc + func (n *Nfc) Config() (AuthorizedTags, error) + func (n *Nfc) SeenTags() ([]Tag, error) + func (n *Nfc) StartCharging(tag UserTag) error + func (n *Nfc) StopCharging() error + type Tag struct + Id string + LastSeen int + Type int + type UserTag struct + Id string + Type int + UserId int