Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManifestModel ¶
type UserRepository ¶
type UserRepository interface { Migrate() error Create(c context.Context, user UserModel) error Get(c context.Context, id string) (UserModel, error) GetByEmail(c context.Context, email string) (UserModel, error) GetByAddress(c context.Context, address string) (UserModel, error) NewLogin(c context.Context, id string, nonce string) error CreateManifest(c context.Context, manifest ManifestModel) error GetManifests(c context.Context, userId string) ([]ManifestModel, error) }
Click to show internal directories.
Click to hide internal directories.