Documentation ¶ Index ¶ type PluginMap func (p *PluginMap) Add(pid int32, plugin string) func (p *PluginMap) Has(pid int32, plugin string) bool func (p *PluginMap) Remove(pid int32, plugin string) func (p *PluginMap) RemoveAll(pid int32) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type PluginMap ¶ type PluginMap struct { // contains filtered or unexported fields } func (*PluginMap) Add ¶ func (p *PluginMap) Add(pid int32, plugin string) func (*PluginMap) Has ¶ func (p *PluginMap) Has(pid int32, plugin string) bool func (*PluginMap) Remove ¶ func (p *PluginMap) Remove(pid int32, plugin string) func (*PluginMap) RemoveAll ¶ func (p *PluginMap) RemoveAll(pid int32) Source Files ¶ View all Source files plugin_map.go Click to show internal directories. Click to hide internal directories.