# Functions
Generate generates a new entity and serializes it to disk.
GenerateWithSigner generates a new entity using an existing signer and serializes it to disk.
Load loads an existing entity from disk.
LoadDescriptor loads an existing entity from disk, without loading the signer.
SignEntity serializes the Entity and signs the result.
TestEntity returns the built-in test entity and signer.
# Constants
LatestDescriptorVersion is the latest descriptor version that should be used for all new descriptors.
MaxDescriptorVersion is the maximum descriptor version that is allowed.
MinDescriptorVersion is the minimum descriptor version that is allowed.
# Structs
Entity represents an entity that controls one or more Nodes and or services.
SignedEntity is a signed blob containing a CBOR-serialized Entity.