operations

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 16, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OperationDistributeSecretKey added in v1.0.2

type OperationDistributeSecretKey struct {
	Name  string   `json:"Name"`
	Nodes []string `json:"Nodes"`
	Key   string   `json:"Key"`
}

func (*OperationDistributeSecretKey) GetCommand added in v1.0.2

func (operation *OperationDistributeSecretKey) GetCommand(conventions *ravendb.DocumentConventions) (ravendb.RavenCommand, error)

type OperationPingToNode

type OperationPingToNode struct {
	Result []Result `json:"Result"`
}

func (*OperationPingToNode) GetCommand

func (operation *OperationPingToNode) GetCommand(conventions *ravendb.DocumentConventions) (ravendb.RavenCommand, error)

type Result

type Result struct {
	URL         string `json:"Url"`
	TCPInfoTime int    `json:"TcpInfoTime"`
	SendTime    int    `json:"SendTime"`
	ReceiveTime int    `json:"ReceiveTime"`
	Error       string `json:"Error"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL