Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExportInput ¶
type ExportInput struct { Format graphql.String `json:"format"` Destination graphql.String `json:"destination"` AccessKey graphql.String `json:"accessKey"` SecretKey graphql.String `json:"secretKey"` SessionToken graphql.String `json:"sessionToken"` Anonymous graphql.Boolean `json:"anonymous"` Namespace graphql.Int `json:"namespace"` }
https://github.com/dgraph-io/dgraph/blob/v23.1.0/protos/pb/pb.pb.go#L4946
type ExportOutput ¶
type ExportOutput struct { Response struct { Message graphql.String Code graphql.String } ExportedFiles []graphql.String }
https://github.com/dgraph-io/dgraph/blob/v23.1.0/protos/pb/pb.pb.go#L5063
func (*ExportOutput) GetFiles ¶
func (resp *ExportOutput) GetFiles() []string
type Option ¶
type Option func(*Client)
func WithAccessKey ¶
func WithAnonymous ¶
func WithSecretKey ¶
Click to show internal directories.
Click to hide internal directories.