Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { GetAllCached(ctx context.Context, userId sharedTypes.UUID) ([]systemMessage.Full, error) GetAllCachedOnly(userId sharedTypes.UUID) ([]systemMessage.Full, bool) }
Click to show internal directories.
Click to hide internal directories.