@microfleet/core
Version:
Abstract microservice core
15 lines (14 loc) • 391 B
TypeScript
import { Microfleet, ValidatorPlugin, PluginInterface } from '../';
/**
* Plugin Name
*/
export declare const name = "cassandra";
/**
* Plugin Type
*/
export declare const type: "database";
/**
* Relative priority inside the same plugin group type
*/
export declare const priority = 0;
export declare function attach(this: Microfleet & ValidatorPlugin, params?: any): PluginInterface;