update
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 37s
Build and Publish / BuildAndDeployArm64 (push) Successful in 4m29s

This commit is contained in:
matst80
2025-12-02 09:26:30 +01:00
parent d8791788fc
commit ebd1508294
3 changed files with 13 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ type Host interface {
Name() string
Proxy(id uint64, w http.ResponseWriter, r *http.Request, customBody io.Reader) (bool, error)
Apply(ctx context.Context, id uint64, mutation ...proto.Message) (bool, error)
Get(ctx context.Context, id uint64, grain any) error
GetActorIds() []uint64
Close() error
Ping() bool