Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Actor ¶ added in v0.9.0
type Actor struct { User *model.UserEntity Session *mnemosynerpc.Session Permissions charon.Permissions IsLocal bool }
type ActorID ¶
type ActorID string
ActorID is globally unique identifier that in format "charon:user:<user_id>".
func ActorIDFromInt64 ¶
ActorIDFromInt64 allocate ActorID using given user id.
type ActorProvider ¶ added in v0.18.0
type MnemosyneActorProvider ¶ added in v0.18.0
type MnemosyneActorProvider struct { Client mnemosynerpc.SessionManagerClient UserProvider model.UserProvider PermissionProvider model.PermissionProvider }
Click to show internal directories.
Click to hide internal directories.