rebrand oc-datacenter in oc-compute
This commit is contained in:
@@ -29,15 +29,15 @@ func (dma StorageType) ToArgo() string {
|
||||
}
|
||||
|
||||
// enum of a data type
|
||||
type StorageType string
|
||||
type StorageType int
|
||||
const (
|
||||
FILE = "file"
|
||||
STREAM = "stream"
|
||||
API = "api"
|
||||
DATABASE = "database"
|
||||
S3 = "s3"
|
||||
MEMORY = "memory"
|
||||
HARDWARE = "hardware"
|
||||
FILE = iota
|
||||
STREAM
|
||||
API
|
||||
DATABASE
|
||||
S3
|
||||
MEMORY
|
||||
HARDWARE
|
||||
)
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user