package
1.0.11
Repository: https://github.com/imorph/gate-keeper.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Structs

The WITELIST response message containing true or false and possible error.
The BLACKLIST request message containing subnet in CIDR notation (RFC 4632 and RFC 4291): "IP/MASK" eg "192.0.2.0/24".
The CHECK response message containing true or false.
The CHECK request message containing login details: login, password (hopefully hashed), IP.
The RESET response message containing true or false and possible error.
The request RESET message containing: login, IP for wich we will reset counters.
UnimplementedGateKeeperServer can be embedded to have forward compatible implementations.
The WITELIST response message containing true or false and possible error.
The WITELIST request message containing subnet in CIDR notation (RFC 4632 and RFC 4291): "IP/MASK" eg "192.0.2.0/24".

# Interfaces

GateKeeperClient is the client API for GateKeeper service.
GateKeeperServer is the server API for GateKeeper service.