Versions in this module Expand all Collapse all v1 v1.0.2 May 7, 2023 v1.0.1 Apr 15, 2023 v1.0.0 Mar 21, 2023 Changes in this version + type AuthorizedUser struct + CreatedAt time.Time + ID int64 + func (AuthorizedUser) TableName() string + type AuthorizingUser struct + CreatedAt time.Time + ID int64 + func (AuthorizingUser) TableName() string + type PGDB struct + func NewPGDB() *PGDB + func (s *PGDB) AuthorizedUser(accessToken string) (*types.AuthorizedUser, error) + func (s *PGDB) AuthorizingUser(id string) (*types.AuthorizingUser, error) + func (s *PGDB) InsertAuhorizingUser(authorizing *types.AuthorizingUser) error + func (s *PGDB) UpsertAuthorizedUser(authorized *types.AuthorizedUser) error Other modules containing this package github.com/galeone/fitbit-pgdb/v2