package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: May 22, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Access to the underlying storage adapter for read use cases
type Profile struct {
User
APIKey string `json:"api_key"`
}
type User struct {
ID string `json:"id"`
Email string `json:"email"`
RegisteredAt time.Time `json:"registered_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.