Versions in this module Expand all Collapse all v0 v0.0.4 Mar 6, 2025 v0.0.3 Mar 6, 2025 Changes in this version + type AWSPluginRuntime struct + LambdaName string + LambdaURL string + func (r *AWSPluginRuntime) Identity() (plugin_entities.PluginUniqueIdentifier, error) + func (r *AWSPluginRuntime) InitEnvironment() error + func (r *AWSPluginRuntime) Listen(sessionId string) *entities.Broadcast[plugin_entities.SessionMessage] + func (r *AWSPluginRuntime) StartPlugin() error + func (r *AWSPluginRuntime) Type() plugin_entities.PluginRuntimeType + func (r *AWSPluginRuntime) Wait() (<-chan bool, error) + func (r *AWSPluginRuntime) Write(sessionId string, action access_types.PluginAccessAction, data []byte)