model

package
v0.0.0-...-47d47fd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 11, 2024 License: GPL-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetIPv6AddressesStartingWith24

func GetIPv6AddressesStartingWith24() ([]string, error)

GetIPv6AddressesStartingWith24 获取以24开头的IPv6地址

func Ipv6PatternStr

func Ipv6PatternStr(data string) string

Ipv6PatternStr 匹配IPV6地址 参数data 匹配的字符串 返回值 匹配的IPV6地址数组

Types

type AutoGenerated

type AutoGenerated struct {
	Response struct {
		RecordCountInfo struct {
			SubdomainCount int `json:"SubdomainCount"`
			ListCount      int `json:"ListCount"`
			TotalCount     int `json:"TotalCount"`
		} `json:"RecordCountInfo"`
		RecordList []struct {
			RecordID      int    `json:"RecordId"`
			Value         string `json:"Value"`
			Status        string `json:"Status"`
			UpdatedOn     string `json:"UpdatedOn"`
			Name          string `json:"Name"`
			Line          string `json:"Line"`
			LineID        string `json:"LineId"`
			Type          string `json:"Type"`
			MonitorStatus string `json:"MonitorStatus"`
			Remark        string `json:"Remark"`
			TTL           int    `json:"TTL"`
			Mx            int    `json:"MX"`
		} `json:"RecordList"`
		RequestID string `json:"RequestId"`
	} `json:"Response"`
}

AutoGenerated 定义对应的结构体

type DomainConfig

type DomainConfig struct {
	Domain struct {
		Domain string `json:"Domain"` // 域名
		Sub    string `json:"Sub"`    // 子域名
		Sub4   string `json:"Sub4"`   // 子域名V4
		Sub6   string `json:"Sub6"`   // 子域名V6
		Remark string `json:"Remark"` // 备注
		Type   string `json:"Type"`   // 解析类型
	}
	Login struct {
		Id  string `json:"Id"`  // 账号
		Key string `json:"Key"` // 密钥
	}
}

DomainConfig 定义对应的结构体

type DomainInfo

type DomainInfo struct {
	Sub      string // 子域名
	Ip       string // 解析值
	RecordId int    // RecordId
	Type     string // 解析类型
}

type IP

type IP struct {
	Ip        string `json:"ip"`        // ip
	IpType    string `json:"ip_type"`   // ip类型
	Debug     bool   `json:"debug"`     // 是否开启Debug
	Err       error  `json:"err"`       // 错误信息
	Out       string `json:"out"`       // 命令行输出
	Pre       string `json:"pre"`       //
	IP4       string `json:"IP4"`       // ipv4
	IP6       string `json:"IP6"`       // ipv6
	SetV6     bool   `json:"setV6"`     // 是否设置ipv6
	SetV4     bool   `json:"setV4"`     // 是否设置ipv4
	Ip6Exists bool   `json:"ip6Exists"` // 是否存在IP6网络
	Ip4Exists bool   `json:"ip4Exists"` // 是否存在IP6网络
	UrlIp6Api string `json:"urlIp6Api"` // 设置IPV6接口获取地址
}

IP 定义对应的结构体

func (*IP) GetIp

func (i *IP) GetIp()

type Login

type Login struct {
	Debug          bool          `json:"debug"`          // 是否开启Debug
	IPS            IP            `json:"ips"`            // ip结构体
	RecordId       int           `json:"recordId"`       // 记录id
	RecordId4      int           `json:"recordId4"`      // 记录id
	RecordId6      int           `json:"recordId6"`      // 记录id
	Value          string        `json:"value"`          // 解析值
	Err            error         `json:"err"`            // 错误信息
	Exists         bool          `json:"exists"`         // 记录是否存在
	Url            string        `json:"url"`            // 拼接域名
	SubList        []string      `json:"subList"`        // 子域名解析列表
	DomainInfoList []DomainInfo  `json:"domainInfoList"` // 域名信息
	Pids           Pid           `json:"Pids"`           // PID信息
	Domain         *DomainConfig `json:"Domain"`         // 域名配置
	ConfigFile     string        `json:"configFile"`     // 配置文件路径
}

func NewLogin

func NewLogin() *Login

func (*Login) Add

func (l *Login) Add()

Add 添加解析

func (*Login) CheckConfig

func (l *Login) CheckConfig()

func (*Login) ConfigGet

func (l *Login) ConfigGet()

func (*Login) GetAnalyticalValue

func (l *Login) GetAnalyticalValue() error

GetAnalyticalValue 获取记录值(某个解析记录的全部解析信息)

func (*Login) GetParseList

func (l *Login) GetParseList()

GetParseList 获取域名解析列表

func (*Login) GetRecordId

func (l *Login) GetRecordId()

GetRecordId 获取RecordId

func (*Login) RemoveStrNone

func (l *Login) RemoveStrNone()

func (*Login) Start

func (l *Login) Start()

func (*Login) Update

func (l *Login) Update(RecordId int)

Update 更新记录信息

type Pid

type Pid struct {
	File  string `json:"file"`  // 文件路径
	Write bool   `json:"write"` // 是否写入
}

type Response

type Response struct {
	Response struct {
		RecordList []struct {
			RecordId int `json:"RecordId"`
		} `json:"RecordList"`
	} `json:"Response"`
}

Response 定义对应的结构体

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL