Versions in this module Expand all Collapse all v1 v1.0.2 May 8, 2026 Changes in this version + type OauthAccessTokenStorage struct + func NewOauthAccessTokenStorage(dbApi db.IService) *OauthAccessTokenStorage + func (this_ *OauthAccessTokenStorage) DeleteByName(name string) (res int64, err error) + func (this_ *OauthAccessTokenStorage) GetByName(name string) (res *module_api.OauthAccessToken, err error) + func (this_ *OauthAccessTokenStorage) Insert(in *module_api.OauthAccessToken) (res int64, err error) + func (this_ *OauthAccessTokenStorage) Page(in *module_api.OauthAccessToken, pageNo int64, pageSize int64) (res []*module_api.OauthAccessToken, err error) + func (this_ *OauthAccessTokenStorage) Query(in *module_api.OauthAccessToken) (res []*module_api.OauthAccessToken, err error) + func (this_ *OauthAccessTokenStorage) Update(in *module_api.OauthAccessToken) (res int64, err error) + func (this_ *OauthAccessTokenStorage) UpdateAccessToken(name string, accessToken string, expiresIn int64, expiresAt int64) (res int64, err error)