Versions in this module Expand all Collapse all v1 v1.0.0 Jun 19, 2022 Changes in this version + type Client struct + func NewClient(client gkeystoreproto.KeystoreClient, broker *plugin.GRPCBroker) *Client + func (c *Client) GetDatabase(username, password string) (*encdb.Database, error) + func (c *Client) GetRawDatabase(username, password string) (database.Database, error) + type Server struct + func NewServer(ks keystore.BlockchainKeystore, broker *plugin.GRPCBroker) *Server + func (s *Server) GetDatabase(_ context.Context, req *gkeystoreproto.GetDatabaseRequest) (*gkeystoreproto.GetDatabaseResponse, error)