Crate dgraph_tonic
source ·Structs
- Represents a X509 certificate.
- A default batteries included
transport
channel. - Configures TLS settings for endpoints.
- Dgraph client has several variants which offer different behavior.
- Channel builder.
- Helper struct for endpoints input argument in new client function. Allows to create client with one or more endpoints.
- Represents a private key and X509 certificate.
- Worker services.
- A gRPC status describing the result of an RPC call.
- Transaction state. Hold txn context and Dgraph client for communication.
- Type state for Transaction variants
Enums
- Possible errors for client
- Possible Dgraph errors
Traits
- Allow custom configuration of endpoint
- Marker for client variant implementation
- Allowed mutation operation in Dgraph
- All Dgaph transaction types can performe a queries
Type Definitions
- Default client.
- In Dgraph v1.1.x is mutation response represented as Response object
- Txn over http
- Best effort txn over http
- Best effort variant of read only transaction
- Mutated txn over http
- Transaction variant with mutations support.
- Readonly txn over http
- ReadOnly variant of transaction
- Default transaction state