abstract class Topia::BasePlugin

Overview

Base plugin class with utilities - concrete implementations can extend this

Defined in:

topia/plugin.cr

Instance Method Summary

Instance methods inherited from class Topia::Plugin

on(event : String) on, run(input, args = [] of String) run

Instance Method Detail

def announce(message) #

[View source]
def error(message) #

[View source]
def on(event : String) #

Default no-op implementation for lifecycle events


[View source]
def success(message) #

[View source]