package
1.1.0
Repository: https://github.com/mikeherman19/test1.git
Documentation: pkg.go.dev

# 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.

# Variables

Config holds an instance of the server options..
State is the instance of ServerState used by the current server.

# Structs

Options contains options for the Dgraph server.
Server implements protos.DgraphServer.
ServerState holds the state of the Dgraph server.