Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("file not found")
View Source
var ErrStorageNotDefined = errors.New("storage not defined")
Functions ¶
This section is empty.
Types ¶
type StorageType ¶
type StorageType string
const ( StorageTypeInMemory StorageType = "in_memory" StorageTypePostgres StorageType = "postgres" StorageTypeTelegramBot StorageType = "telegram_bot" StorageTypeRemoteLink StorageType = "remote_link" )
Click to show internal directories.
Click to hide internal directories.