package
Version:
v0.0.0-...-b28803a
Opens a new window with list of versions in this module.
Published: Aug 15, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AddFeedRequest struct {
Name string `json:"name"`
URL string `json:"url"`
UserID int64
}
type Auth struct {
ID int64 `json:"id"`
Enabled bool `json:"enabled"`
Deleted bool `json:"deleted"`
CreatedAt time.Time `json:"createdAt"`
ModifiedAt time.Time `json:"modifiedAt"`
LastSignedInAt time.Time `json:"lastSignedInAt"`
UserID int64 `json:"userID"`
User *User `json:"user"`
BasicAuth *BasicAuth `json:"basicAuth"`
Token string `json:"token"`
}
type BasicAuth struct {
Email string `json:"email"`
Password string `json:"password"`
}
type Migration struct {
}
type SignInRequest struct {
Email string `json:"email"`
Password string `json:"password"`
}
type SignUpRequest struct {
Email string `json:"email"`
Password string `json:"password"`
Name string `json:"name"`
}
type User struct {
ID int64 `json:"id"`
Name string `json:"name"`
CreatedAt time.Time `json:"createdAt"`
ModifiedAt time.Time `json:"modifiedAt"`
}
Source Files
¶
Directories
¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
service
|
|
|
|
|
|
|
|
store
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.