diff options
Diffstat (limited to 'internal/tree/contract.go')
-rw-r--r-- | internal/tree/contract.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/tree/contract.go b/internal/tree/contract.go index b949339..29748cb 100644 --- a/internal/tree/contract.go +++ b/internal/tree/contract.go @@ -10,7 +10,7 @@ import ( type Core interface { Init() error Get(nodes []string) (model.Node, error) - Mutation(ctx context.Context, mut *dmodel.Mutation) error + Mutate(ctx context.Context, mut *dmodel.Mutation) error State() CoreState } |