Documentation ¶
Index ¶
Constants ¶
View Source
const (
PluginName smith_v1.PluginName = "secret"
)
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() (smith_plugin.Plugin, error)
Types ¶
type Plugin ¶
type Plugin struct{}
func (*Plugin) Describe ¶
func (p *Plugin) Describe() *smith_plugin.Description
func (*Plugin) Process ¶
func (p *Plugin) Process(rawSpec map[string]interface{}, context *smith_plugin.Context) smith_plugin.ProcessResult
Click to show internal directories.
Click to hide internal directories.