Documentation ¶
Index ¶
- Constants
- func CRUD[T settings.Settings](service settings.CRUDService[T], force ...bool) settings.CRUDService[T]
- func Cleanup()
- func Disable()
- func Enable()
- func GetCacheFolder() string
- func Offline()
- func Read[T settings.Settings](service settings.RService[T], force ...bool) settings.RService[T]
- type Mode
- type TarFolder
Constants ¶
View Source
const ENV_VAR_CACHE_OFFLINE_MODE = "CACHE_OFFLINE_MODE"
View Source
const ENV_VAR_CACHE_ROOT_FOLDER = "DT_CACHE_FOLDER"
View Source
const ENV_VAR_DELETE_CACHE_ON_LAUNCH = "DT_CACHE_DELETE_ON_LAUNCH"
View Source
const ENV_VAR_NO_CACHE_CLEANUP = "DT_NO_CACHE_CLEANUP"
Variables ¶
This section is empty.
Functions ¶
func CRUD ¶
func CRUD[T settings.Settings](service settings.CRUDService[T], force ...bool) settings.CRUDService[T]
func GetCacheFolder ¶
func GetCacheFolder() string
Types ¶
type TarFolder ¶
type TarFolder struct {
// contains filtered or unexported fields
}
func NewTarFolder ¶
Click to show internal directories.
Click to hide internal directories.