Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LastAddress ¶
Stolen from : https://github.com/llimllib/ipaddress/ Return the final address of a net range. Convert to IPv4 if possible, otherwise return an ipv6
Types ¶
type Controller ¶
type Controller struct { Ectx context.Context DBClient *database.Client Router *gin.Engine Profiles []*csconfig.ProfileCfg CAPIChan chan []*models.Alert Log *log.Logger }
func (*Controller) Init ¶
func (c *Controller) Init() error
func (*Controller) NewV1 ¶
func (c *Controller) NewV1() error
Click to show internal directories.
Click to hide internal directories.