Documentation ¶
Index ¶
- type Zone
- func (self *Zone) Count() (int64, error)
- func (self *Zone) Create(name string) (*ZoneInfo, error)
- func (self *Zone) Delete(id int64) (bool, error)
- func (self *Zone) Info(id int64) (*ZoneInfo, error)
- func (self *Zone) List() ([]*ZoneInfoBase, error)
- func (self *Zone) Set(domainName string, id int64) (*domain.DomainInfo, error)
- type ZoneInfo
- type ZoneInfoBase
- type ZoneInfoExtra
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ZoneInfoBase ¶
func ToZoneInfoBase ¶
func ToZoneInfoBase(res map[string]interface{}) *ZoneInfoBase
type ZoneInfoExtra ¶
func ToZoneInfoExtra ¶
func ToZoneInfoExtra(res map[string]interface{}) *ZoneInfoExtra
Click to show internal directories.
Click to hide internal directories.