package
3.0.0+incompatible
Repository: https://github.com/openmpdk/dss-minio.git
Documentation: pkg.go.dev

# Functions

NewClient - returns new RPC client.
NewPool constructs a new Pool.
NewServer - returns new RPC server.

# Constants

DefaultRPCTimeout - default RPC timeout is one minute.

# Structs

CallRequest - RPC call request parameters.
CallResponse - RPC call response parameters.
Client - http based RPC client.
A Pool is a type-safe wrapper around a sync.Pool.
Server - HTTP based RPC server.

# Interfaces

Authenticator - validator of first argument of any RPC call.