# Structs
Endpoint is the address of the plugin service.
Info is metadata for the plugin.
InterfaceDescription is a holder for RPC interface version and method descriptions.
MethodDescription contains information about the RPC method such as the request and response example structs.
Request models the RPC request payload.
Response is the RPC response struct.
Spec models a canonical pattern of fields that exist in a struct/ map / union that indicates the block is a plugin.
# Interfaces
Informer is the interface that gives information about the plugin such as version and interface methods.
# Type aliases
Name is a reference to the plugin.