Skip to content

Commit

Permalink
Update l9plugin.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gboddin authored Feb 12, 2021
1 parent 839c033 commit c78cd6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l9plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Implementation rules

- Plugin must be a `struct` implementing `ServicePluginInterface`
- Plugin must be a `struct` implementing either `ServicePluginInterface` or `WebPluginInterface`
- Plugin must implement a New func :
```go

Expand Down Expand Up @@ -104,4 +104,4 @@ func (plugin RedisOpenPlugin) Run(ctx context.Context, event *l9format.L9Event,
}
```

See [l9plugins](https://github.com/LeakIX/l9plugins) for more examples.
See [l9plugins](https://github.com/LeakIX/l9plugins) for more examples.

0 comments on commit c78cd6b

Please sign in to comment.