Add plugin tasks (#651)

This commit is contained in:
WithoutPants
2020-08-08 12:05:35 +10:00
committed by GitHub
parent 0874852fa8
commit 0ffefa6e16
47 changed files with 2855 additions and 17 deletions

3
pkg/plugin/common/doc.go Normal file
View File

@@ -0,0 +1,3 @@
// Package common encapulates data structures and functions that will be used
// by plugin executables and the plugin subsystem in the stash server.
package common