|
@@ -8,4 +8,5 @@ type CloudBundleDao interface { |
|
|
FindCloudBundleAndTotal(page, limit string) (*[]model.CloudBundle, int64, error) |
|
|
FindCloudBundleAndTotal(page, limit string) (*[]model.CloudBundle, int64, error) |
|
|
GetCloudBundle(id string) (m *model.CloudBundle, err error) |
|
|
GetCloudBundle(id string) (m *model.CloudBundle, err error) |
|
|
GetCloudBundleLast(os string) (m *model.CloudBundle, err error) |
|
|
GetCloudBundleLast(os string) (m *model.CloudBundle, err error) |
|
|
|
|
|
GetCloudBundleVersion(os, version string) (m *model.CloudBundle, err error) |
|
|
} |
|
|
} |