Documentation ¶
Index ¶
- type DnsHostsService
- func (dnsService *DnsHostsService) DeleteDnsHostss(ctx iris.Context) result.ResultDto
- func (dnsService *DnsHostsService) GetDnsHostsAll(DnsHostsDto dns.DnsHostsDto) ([]*dns.DnsHostsDto, error)
- func (dnsService *DnsHostsService) GetDnsHostss(ctx iris.Context) result.ResultDto
- func (dnsService *DnsHostsService) SaveDnsHostss(ctx iris.Context) result.ResultDto
- func (dnsService *DnsHostsService) UpdateDnsHostss(ctx iris.Context) result.ResultDto
- type DnsMapService
- func (dnsService *DnsMapService) DeleteDnsMaps(ctx iris.Context) result.ResultDto
- func (dnsService *DnsMapService) GetDnsMapAll(DnsMapDto dns.DnsMapDto) ([]*dns.DnsMapDto, error)
- func (dnsService *DnsMapService) GetDnsMaps(ctx iris.Context) result.ResultDto
- func (dnsService *DnsMapService) SaveDnsMaps(ctx iris.Context) result.ResultDto
- func (dnsService *DnsMapService) UpdateDnsMaps(ctx iris.Context) result.ResultDto
- type DnsService
- func (dnsService *DnsService) DeleteDnss(ctx iris.Context) result.ResultDto
- func (dnsService *DnsService) GetDnsAll(DnsDto dns.DnsDto) ([]*dns.DnsDto, error)
- func (dnsService *DnsService) GetDnss(ctx iris.Context) result.ResultDto
- func (dnsService *DnsService) RefreshDnsConfig(ctx iris.Context) interface{}
- func (dnsService *DnsService) SaveDnss(ctx iris.Context) result.ResultDto
- func (dnsService *DnsService) StartDnsf(ctx iris.Context) interface{}
- func (dnsService *DnsService) StopDnsf(ctx iris.Context) interface{}
- func (dnsService *DnsService) UpdateDnss(ctx iris.Context) result.ResultDto
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DnsHostsService ¶
type DnsHostsService struct {
// contains filtered or unexported fields
}
func (*DnsHostsService) DeleteDnsHostss ¶
func (dnsService *DnsHostsService) DeleteDnsHostss(ctx iris.Context) result.ResultDto
* 删除 系统信息
func (*DnsHostsService) GetDnsHostsAll ¶
func (dnsService *DnsHostsService) GetDnsHostsAll(DnsHostsDto dns.DnsHostsDto) ([]*dns.DnsHostsDto, error)
get db link all db by this user
func (*DnsHostsService) GetDnsHostss ¶
func (dnsService *DnsHostsService) GetDnsHostss(ctx iris.Context) result.ResultDto
* 查询 系统信息
func (*DnsHostsService) SaveDnsHostss ¶
func (dnsService *DnsHostsService) SaveDnsHostss(ctx iris.Context) result.ResultDto
* 保存 系统信息
func (*DnsHostsService) UpdateDnsHostss ¶
func (dnsService *DnsHostsService) UpdateDnsHostss(ctx iris.Context) result.ResultDto
* 修改 系统信息
type DnsMapService ¶
type DnsMapService struct {
// contains filtered or unexported fields
}
func (*DnsMapService) DeleteDnsMaps ¶
func (dnsService *DnsMapService) DeleteDnsMaps(ctx iris.Context) result.ResultDto
* 删除 系统信息
func (*DnsMapService) GetDnsMapAll ¶
get db link all db by this user
func (*DnsMapService) GetDnsMaps ¶
func (dnsService *DnsMapService) GetDnsMaps(ctx iris.Context) result.ResultDto
* 查询 系统信息
func (*DnsMapService) SaveDnsMaps ¶
func (dnsService *DnsMapService) SaveDnsMaps(ctx iris.Context) result.ResultDto
* 保存 系统信息
func (*DnsMapService) UpdateDnsMaps ¶
func (dnsService *DnsMapService) UpdateDnsMaps(ctx iris.Context) result.ResultDto
* 修改 系统信息
type DnsService ¶
type DnsService struct {
// contains filtered or unexported fields
}
func (*DnsService) DeleteDnss ¶
func (dnsService *DnsService) DeleteDnss(ctx iris.Context) result.ResultDto
* 删除 系统信息
func (*DnsService) GetDnss ¶
func (dnsService *DnsService) GetDnss(ctx iris.Context) result.ResultDto
* 查询 系统信息
func (*DnsService) RefreshDnsConfig ¶
func (dnsService *DnsService) RefreshDnsConfig(ctx iris.Context) interface{}
func (*DnsService) SaveDnss ¶
func (dnsService *DnsService) SaveDnss(ctx iris.Context) result.ResultDto
* 保存 系统信息
func (*DnsService) StartDnsf ¶
func (dnsService *DnsService) StartDnsf(ctx iris.Context) interface{}
func (*DnsService) StopDnsf ¶
func (dnsService *DnsService) StopDnsf(ctx iris.Context) interface{}
func (*DnsService) UpdateDnss ¶
func (dnsService *DnsService) UpdateDnss(ctx iris.Context) result.ResultDto
* 修改 系统信息
Click to show internal directories.
Click to hide internal directories.