This repository has been archived on 2026-03-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
scabiosa/SQL/RemoteStorage.go
2021-11-22 21:28:18 +01:00

9 lines
No EOL
114 B
Go

package SQL
type RemoteStorageType int64
const(
REMOTE_AZURE_FILE = 1
REMOTE_AZURE_BLOB = 2
REMOTE_NONE = 3
)