Versions in this module Expand all Collapse all v0 v0.2.2 Jul 22, 2026 Changes in this version + type Client struct + func NewClient(ns, template, target string, opts ...grpc.DialOption) (*Client, error) + func (c *Client) Close() error + func (c *Client) CreateActor(ctx context.Context, id string) (*ateapipb.CreateActorResponse, error) + func (c *Client) ResumeActor(ctx context.Context, id string) (*ateapipb.ResumeActorResponse, error) + func (c *Client) SuspendActor(ctx context.Context, id string) (*ateapipb.SuspendActorResponse, error)