Documentation ¶
Index ¶
- type Version
- func (self *Version) Count(zoneId int64) (int64, error)
- func (self *Version) Delete(zoneId, version int64) (bool, error)
- func (self *Version) List(zoneId int64) ([]*VersionInfo, error)
- func (self *Version) New(zoneId, version int64) (int64, error)
- func (self *Version) Set(zoneId, version int64) (bool, error)
- type VersionInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Version ¶
func (*Version) List ¶
func (self *Version) List(zoneId int64) ([]*VersionInfo, error)
List this zone versions, with their creation date
type VersionInfo ¶
func ToVersionInfo ¶
func ToVersionInfo(res map[string]interface{}) *VersionInfo
Click to show internal directories.
Click to hide internal directories.