package
0.3.2
Repository: https://github.com/bilibili-base/powermock.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

New is used to init service.
NewConfig is used to init config with default values.

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