interim
This commit is contained in:
committed by
Ethan Buchman
parent
c5f837c68e
commit
20dc3a1d4b
@@ -52,7 +52,7 @@ func NewExamplePlugin() *ExamplePlugin {
|
||||
}
|
||||
}
|
||||
|
||||
// Return a byte array unique to this plugin which will be used as the key which
|
||||
// Return a byte array unique to this plugin which is used as the key
|
||||
// to store the plugin state (ExamplePluginState)
|
||||
func (ep *ExamplePlugin) StateKey() []byte {
|
||||
return []byte("ExamplePlugin.State")
|
||||
|
||||
Reference in New Issue
Block a user