# Functions
InitServerState initializes this server's state.
RefreshAcls queries for the ACL triples and refreshes the ACLs accordingly.
ResetAcl clears the aclCachePtr and upserts the Groot account.
SetConfiguration sets the server configuration to the given config.
# Constants
AllowMutations is the mode allowing all mutations.
DisallowMutations is the mode that disallows all mutations.
MinAllottedMemory is the minimum amount of memory needed for the LRU cache.
NeedAuthorize is used to indicate that the request needs to be authorized.
NoAuthorize is used to indicate that authorization needs to be skipped.
StrictMutations is the mode that allows mutations if and only if they contain known preds.
# Structs
Options contains options for the Dgraph server.
Server implements protos.DgraphServer.
ServerState holds the state of the Dgraph server.