abstract class Topia::Plugin

Overview

Abstract plugin interface - only defines the contract

Direct Known Subclasses

Defined in:

topia/plugin.cr

Instance Method Summary

Instance Method Detail

abstract def on(event : String) #

[View source]
abstract def run(input, args = [] of String) #

[View source]