Structs§
- Certificate
- Represents a X509 certificate.
- Channel
- A default batteries included
transport
channel. - Check
- Client
TlsConfig - Configures TLS settings for endpoints.
- Client
Variant - Dgraph client has several variants which offer different behavior.
- Endpoint
- Channel builder.
- Endpoints
- Helper struct for endpoints input argument in new client function. Allows to create client with one or more endpoints.
- Identity
- Represents a private key and X509 certificate.
- Latency
- Login
Request - Metrics
- Mutation
- Operation
- Payload
- Worker services.
- Request
- Response
- Status
- A gRPC status describing the result of an RPC call.
- TxnContext
- TxnState
- Transaction state. Hold txn context and Dgraph client for communication.
- TxnVariant
- Type state for Transaction variants
- Version
Enums§
- Client
Error - Possible errors for client
- Dgraph
Error - Possible Dgraph errors
Traits§
- Endpoint
Config - Allow custom configuration of endpoint
- IClient
- Marker for client variant implementation
- Mutate
- Allowed mutation operation in Dgraph
- Query
- All Dgaph transaction types can performe a queries
Type Aliases§
- Client
- Default client.
- Mutation
Response - In Dgraph v1.1.x is mutation response represented as Response object
- StdError
- Txn
- Txn over http
- TxnBest
Effort - Best effort txn over http
- TxnBest
Effort Type - Best effort variant of read only transaction
- TxnMutated
- Mutated txn over http
- TxnMutated
Type - Transaction variant with mutations support.
- TxnRead
Only - Readonly txn over http
- TxnRead
Only Type - ReadOnly variant of transaction
- TxnType
- Default transaction state