mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
lint: fix linter issues
This commit is contained in:
parent
bb9124a80a
commit
a10c741a26
54 changed files with 269 additions and 468 deletions
|
|
@ -51,7 +51,7 @@ type EventType string
|
|||
|
||||
// EventContext represents the context to be passed to the action
|
||||
// implementation.
|
||||
type EventContext interface{}
|
||||
type EventContext = any
|
||||
|
||||
// Action represents the action to be executed in a given state.
|
||||
type Action func(ctx context.Context, eventCtx EventContext) EventType
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue