package
0.14.15
Repository: https://github.com/cyverse/go-irodsclient.git
Documentation: pkg.go.dev

# Functions

NewIRODSConnection create a IRODSConnection.
NewIRODSConnectionWithMetrics create a IRODSConnection.
NewIRODSResourceServerConnection create a IRODSResourceServerConnection.
NewIRODSResourceServerConnectionWithMetrics create a IRODSResourceServerConnection.

# Constants

No description provided by the author

# Variables

ErrInvalidUTF8 is returned if an invalid utf-8 character is found.

# Structs

IRODSConnection connects to iRODS.
IRODSResourceServerConnection connects to iRODS resource server.
RequestResponsePair is a structure that wraps Request, Response, and other parameters for making iRODS RPC call.

# Interfaces

CheckErrorResponse is a Response on which CheckError can be called.
Request is an interface for calling iRODS RPC.
Response is an interface for response of iRODS RPC Call.