Documentation
¶
Index ¶
- type Base
- func (b *Base) CreateJPNICHandle(handle JPNICHandle) (JPNICHandle, error)
- func (b *Base) CreateResultV4List(handle V4List) (V4List, error)
- func (b *Base) CreateResultV4ListTechJPNIC(handle []V4TechJPNICLists) ([]V4TechJPNICLists, error)
- func (b *Base) CreateResultV6List(handle V6List) (V6List, error)
- func (b *Base) CreateResultV6ListTechJPNIC(handle []V6TechJPNICLists) ([]V6TechJPNICLists, error)
- func (b *Base) GetAllJPNIC() (*[]JPNIC, error)
- func (b *Base) GetRangeJPNICHandle(getStartDate, getEndDate string, AsnID uint, IsIPv6 bool) (*[]JPNICHandle, error)
- func (b *Base) GetRangeV4List(getStartDate, getEndDate string, AsnID uint) (V4List, error)
- func (b *Base) GetRangeV4ListByRecepNumber(getStartDate, getEndDate, recepNumber string, AsnID uint) ([]V4List, error)
- func (b *Base) GetRangeV6List(getStartDate, getEndDate string, AsnID uint) (V6List, error)
- func (b *Base) GetRangeV6ListByRecepNumber(getStartDate, getEndDate, recepNumber string, AsnID uint) ([]V6List, error)
- func (b *Base) GetV4JPNICDataNotReceivedCount(getStartDate, getEndDate string, AsnID uint) (int64, error)
- func (b *Base) GetV4JPNICDataReceivedCount(getStartDate, getEndDate string, AsnID uint) (int64, error)
- func (b *Base) GetV6JPNICDataNotReceivedCount(getStartDate, getEndDate string, AsnID uint) (int64, error)
- func (b *Base) GetV6JPNICDataReceivedCount(getStartDate, getEndDate string, AsnID uint) (int64, error)
- func (b *Base) UpdateV4List(ids []uint, list V4List) error
- func (b *Base) UpdateV4ListIrregular(id uint, getStartDate string, AsnId uint) error
- func (b *Base) UpdateV6List(ids []uint, list V6List) error
- func (b *Base) UpdateV6ListIrregular(id uint, getStartDate string, AsnId uint) error
- type JPNIC
- type JPNICHandle
- type V4List
- type V4TechJPNICLists
- type V6List
- type V6TechJPNICLists
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base ¶
func (*Base) CreateJPNICHandle ¶
func (b *Base) CreateJPNICHandle(handle JPNICHandle) (JPNICHandle, error)
func (*Base) CreateResultV4ListTechJPNIC ¶
func (b *Base) CreateResultV4ListTechJPNIC(handle []V4TechJPNICLists) ([]V4TechJPNICLists, error)
func (*Base) CreateResultV6ListTechJPNIC ¶
func (b *Base) CreateResultV6ListTechJPNIC(handle []V6TechJPNICLists) ([]V6TechJPNICLists, error)
func (*Base) GetAllJPNIC ¶
func (*Base) GetRangeJPNICHandle ¶
func (*Base) GetRangeV4List ¶
func (*Base) GetRangeV4ListByRecepNumber ¶
func (*Base) GetRangeV6List ¶
func (*Base) GetRangeV6ListByRecepNumber ¶
func (*Base) GetV4JPNICDataNotReceivedCount ¶
func (*Base) GetV4JPNICDataReceivedCount ¶
func (*Base) GetV6JPNICDataNotReceivedCount ¶
func (*Base) GetV6JPNICDataReceivedCount ¶
func (*Base) UpdateV4ListIrregular ¶
type JPNICHandle ¶
type JPNICHandle struct { ID uint GetStartDate string GetDate string IsDisabled bool IsGet bool IsIpv6 bool JPNICHandle string `gorm:"column:jpnic_handle"` Name string NameEn string Email string Org string OrgEn string Division string DivisionEn string Tel string Fax string UpdateDate string ASN uint `gorm:"column:asn_id"` }
type V4List ¶
type V4List struct { ID uint GetStartDate string GetDate string IsDisabled bool IsGet bool IpAddress string Size uint NetworkName string AssignDate string ReturnDate *string Org string OrgEn string ResourceAdminShort string RecepNumber string DeliNumber string Type string Division string PostCode string Address string AddressEn string NameServer string DsRecord string NotifyAddress string AdminJpnicId *uint AsnId uint }
type V4TechJPNICLists ¶
type V6List ¶
type V6List struct { ID uint GetStartDate string GetDate string IsDisabled bool IsGet bool IpAddress string NetworkName string AssignDate string ReturnDate *string Org string OrgEn string ResourceAdminShort string RecepNumber string DeliNumber string Division string PostCode string Address string AddressEn string NameServer string DsRecord string NotifyAddress string AdminJpnicId *uint AsnId uint }
type V6TechJPNICLists ¶
Click to show internal directories.
Click to hide internal directories.