Harden initial framework skeleton
This commit is contained in:
@@ -3,6 +3,8 @@ package audita
|
||||
|
||||
import "context"
|
||||
|
||||
// TODO: implement a real Audita subprocess/service adapter.
|
||||
|
||||
// Runner is the adapter boundary for audita polish invocations.
|
||||
type Runner interface {
|
||||
Run(ctx context.Context, req PolishRequest) (PolishResult, error)
|
||||
|
||||
Reference in New Issue
Block a user