package
0.1.32-ci.10
Repository: https://github.com/cybercryptio/d1-client-go.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewBaseClient creates a new client for the given endpoint, configured with the provided options.
NewGenericClient creates a new client for the given endpoint, configured with the provided options.
NewStandalonePerRPCToken creates a new instance of PerRPCToken to be used with the Standalone ID Provider.
WithPerRPCCredentials returns an Option which configures security credentials to be attached to every RPC (e.g., oauth2).
WithTransportCredentials returns an Option which configures the connection level security credentials (e.g., TLS/SSL).
# Structs
BaseClient represents the shared functionality between various D1 services.
GenericClient can be used to make calls to a D1 Generic service.
# Type aliases
Option is used configure optional settings on the client.
PerRPCToken is an implementation of credentials.PerRPCCredentials that calls a function on every RPC to generate an access token.