Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("Object not found")
ErrNotFound represents an object not found error
View Source
var InvitePlaceholder = "%invite%"
InvitePlaceholder represents the placeholder used by members to invite other users
Functions ¶
This section is empty.
Types ¶
type Services ¶ added in v0.3.0
type Services struct { OAuth oauth.Service Users storage.User Tags storage.Tag Tenants storage.Tenant Notifications storage.Notification Posts storage.Post Emailer email.Sender }
Services holds reference to all Fider services
func (*Services) SetCurrentTenant ¶ added in v0.8.0
SetCurrentTenant to current context
func (*Services) SetCurrentUser ¶ added in v0.8.0
SetCurrentUser to current context
Click to show internal directories.
Click to hide internal directories.