Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageService ¶
type StorageService struct {
// contains filtered or unexported fields
}
func MakeStorageService ¶
func MakeStorageService(sc *storageConfig) (*StorageService, error)
func RunStorageService ¶
func RunStorageService(storageType StorageType, storagePath string, containerName string, port int) *StorageService
func (*StorageService) Start ¶
func (ss *StorageService) Start(port int)
type UploadResponse ¶
type UploadResponse struct {
ID string `json:"id"`
}
Click to show internal directories.
Click to hide internal directories.