Documentation ¶ Index ¶ type Client func NewClient(ctx context.Context, pbClient pb.PluginClient, tableName string) (*Client, error) func (c *Client) Flush(ctx context.Context) error func (c *Client) GetKey(_ context.Context, key string) (string, error) func (c *Client) SetKey(_ context.Context, key string, value string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { // contains filtered or unexported fields } func NewClient ¶ func NewClient(ctx context.Context, pbClient pb.PluginClient, tableName string) (*Client, error) func (*Client) Flush ¶ func (c *Client) Flush(ctx context.Context) error func (*Client) GetKey ¶ func (c *Client) GetKey(_ context.Context, key string) (string, error) func (*Client) SetKey ¶ func (c *Client) SetKey(_ context.Context, key string, value string) error Source Files ¶ View all Source files state.go Click to show internal directories. Click to hide internal directories.