Documentation
¶
Index ¶
- Variables
- func ParseIPRange(startIP, endIP string) ([]netip.Prefix, error)
- func ParsePrefix(ip string) (pfx netip.Prefix, err error)
- func ToPrefixes(start netip.Addr, end netip.Addr) ([]netip.Prefix, error)
- func Validate(ip string) error
- func ValidateRange(startIP, endIP string) error
- func ValidateRows(ctx echo.Context, iplist string) error
- type Factory
- type IPFilter
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func ValidateRange ¶ added in v0.7.23
Types ¶
type Factory ¶ added in v0.7.24
func (*Factory[UK, GK]) DeleteGroup ¶ added in v0.7.26
func (f *Factory[UK, GK]) DeleteGroup(groupID GK)
func (*Factory[UK, GK]) DeleteUser ¶ added in v0.7.26
func (f *Factory[UK, GK]) DeleteUser(userID UK)
Click to show internal directories.
Click to hide internal directories.