Versions in this module Expand all Collapse all v0 v0.0.2 Apr 8, 2026 Changes in this version + var ErrAddressNotInRange = errors.New("the provided ip address was not in allowed range") + var ErrInvalidHostNameOrIPAddress = errors.New("invalid Hostname, or IP address") + var ErrNotAValidHostname = errors.New("not a valid hostname") + type Host struct + Address string + AddressListRange *string + EditHost *bool + Hide *bool + HostGroupID *uuid.UUID + ID uuid.UUID + Pause *bool + Services []*service.Service + TeamID uuid.UUID + func (p *Host) BeforeCreate(tx *gorm.DB) (err error) + func (p *Host) BeforeSave(tx *gorm.DB) (err error)