# Constants
Version is the server version.
# Variables
CheckRegistration indicates we should validate the node is not regestered.
# Structs
Config is the configuration for the service.
NodeAuthorizer retains the authorizer state.
NodeRegistration is an incomming request.
NodeRegistrationSpec is the node request specification.
NodeRegistrationStatus is result of a authorization.
Token defines a bootstrap token.
# Interfaces
Authorizer is the generic means to authorize the incoming node request.
Verifier is the client side of authorizer.