-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
0 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,11 @@ | ||
package pluginloader | ||
|
||
import ( | ||
plugin_flickr "github.com/akitasoftware/plugin-flickr" | ||
"github.com/postmanlabs/postman-insights-agent/plugin" | ||
) | ||
|
||
// To include a plugin in the Akita CLI build, import the Go package | ||
// above, and add a reference to its AkitaPluginLoader function here. | ||
var PrecompiledPlugins map[string]plugin.AkitaPluginLoader = map[string]plugin.AkitaPluginLoader{ | ||
// Example: "my_plugin" : myplugin.LoadAkitaPlugin, | ||
|
||
// Plugin for transforming Flickr's API into a more REST-like format. | ||
"flickr": plugin_flickr.LoadAkitaPlugin, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters