package
0.0.0-20230301081111-79ba34714ab8
Repository: https://github.com/truecloudlab/frostfs-node.git
Documentation: pkg.go.dev
# Constants
NonNotary makes client to work in non-notary environment.
NotaryAlphabet makes client to use its internal key for signing the notary requests.
NotaryNonAlphabet makes client to not use its internal key for signing the notary requests.
# Structs
Client represents Subnet contract client.
DeletePrm groups parameters of Delete method of Subnet contract.
DeleteRes groups the resulting values of Delete method of Subnet contract.
GetPrm groups parameters of Get method of Subnet contract.
GetRes groups the resulting values of Get method of Subnet contract.
InitPrm groups parameters of Client's initialization.
ManageAdminsPrm groups parameters of administer methods of Subnet contract.
ManageAdminsRes groups the resulting values of node administer methods of Subnet contract.
ManageClientsPrm groups parameters of client management in Subnet contract.
ManageClientsRes groups the resulting values of client management methods of Subnet contract.
ManageNodesPrm groups parameters of node management in Subnet contract.
ManageNodesRes groups the resulting values of node management methods of Subnet contract.
NodeAllowedPrm groups parameters of NodeAllowed method of Subnet contract.
NodeAllowedRes groups the resulting values of NodeAllowed method of Subnet contract.
PutPrm groups parameters of Put method of Subnet contract.
PutRes groups the resulting values of Put method of Subnet contract.
UserAllowedPrm groups parameters of UserAllowed method of Subnet contract.
UserAllowedRes groups the resulting values of UserAllowed method of Subnet contract.
# Type aliases
Mode regulates client work mode.