Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
Bot plugin model for issue #15.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Ramos committed Sep 15, 2016
1 parent a3f67a7 commit 6706c3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/app/shared/models/plugins/bot.model.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { BaseModel } from '../base.model';

export class BotModelConfig extends BaseModel {
name: string;
whitelist: string;
blacklist: string;
}
1 change: 1 addition & 0 deletions src/app/shared/models/plugins/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ export * from './acl.model';
export * from './cors.model';
export * from './ssl.model';
export * from './ip.model';
export * from './bot.model';

0 comments on commit 6706c3d

Please sign in to comment.