Documentation
¶
Index ¶
- type Cache
- func (c *Cache) RoomMaintenanceInfo(ctx context.Context, roomID string) (smee.MaintenanceInfo, error)
- func (c *Cache) RoomsInMaintenance(ctx context.Context) (map[string]smee.MaintenanceInfo, error)
- func (c *Cache) SetMaintenanceInfo(ctx context.Context, info smee.MaintenanceInfo) error
- func (c *Cache) Sync(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct { MaintenanceStore smee.MaintenanceStore Log *zap.Logger // contains filtered or unexported fields }
func (*Cache) RoomMaintenanceInfo ¶
func (*Cache) RoomsInMaintenance ¶
func (*Cache) SetMaintenanceInfo ¶
Click to show internal directories.
Click to hide internal directories.