Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context interface {
service.Context
MetricServicesClient() metricservicesClient.Client
UserServicesClient() userservicesClient.Client
DataServicesClient() dataservicesClient.Client
MessageStoreSession() messageStore.Session
NotificationStoreSession() notificationStore.Session
PermissionStoreSession() permissionStore.Session
ProfileStoreSession() profileStore.Session
SessionStoreSession() sessionStore.Session
UserStoreSession() userStore.Session
AuthenticationDetails() userservicesClient.AuthenticationDetails
SetAuthenticationDetails(authenticationDetails userservicesClient.AuthenticationDetails)
}
type HandlerFunc ¶
type HandlerFunc func(context Context)
Click to show internal directories.
Click to hide internal directories.