Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
InvalidUserEmailError = errors.New("user id must be non-empty and cannot start or end with spaces")
)
Functions ¶
This section is empty.
Types ¶
type CurrentUser ¶
type CurrentUser struct { UserId UserId Owner *ownermodel.Owner // Owner is the identifier used to store medias of the user. It might be nil. }
Click to show internal directories.
Click to hide internal directories.