Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CrudUsecases ¶
func CrudUsecases() crud.Usecases[settingsRepoPkg.Settings, Settings]
Types ¶
type Settings ¶
type Settings struct { entityPkg.Entity MaxFileSizeInBytes uint64 RootDocumentID app.ID StorageDocumentID app.ID StorageDriver app.StorageDriver SystemInitializedAt *time.Time }
func (Settings) GetMaxFileSize ¶
func (Settings) GetRootDocumentID ¶
func (Settings) GetStorageDocumentID ¶
func (Settings) GetStorageDriver ¶
func (s Settings) GetStorageDriver() app.StorageDriver
Click to show internal directories.
Click to hide internal directories.