Versions in this module Expand all Collapse all v0 v0.0.13 Oct 2, 2023 Changes in this version type Token + FindByToken func(tkn string) (*types.Token, error) v0.0.12 Aug 25, 2023 v0.0.11 Aug 25, 2023 Changes in this version + type Solgate struct + Token Token + type Token interface + Create func(token types.Token) (*types.Token, error) + Delete func(id string) error + FindByID func(id string) (*types.Token, error)