# Structs
BasicRegistry is the basic implementation of pluginRegistry.
Config defines the config structure.
# Interfaces
MatchPlugin defines matching plugins It is used to determine whether interact.Request satisfies the matching condition of MockAPI_Condition.
MockPlugin defines the Mock plugin It is used to generate interact.Response according to the given MockAPI_Response and interact.Request.
Plugin defines the most basic requirements for plug-ins All plugins should implement this interface.
Registry defines the management center of Plugins.
StoragePlugin defines the storage plugin.