Documentation ¶
Index ¶
- func AccessGetAPIKey(*uplink.Access) *macaroon.APIKey
- func AccessGetEncAccess(*uplink.Access) *grant.EncryptionAccess
- func ConfigDisableBackgroundQoS(config *uplink.Config, disabled bool)
- func ConfigDisableObjectKeyEncryption(config *uplink.Config)
- func ConfigGetDialer(uplink.Config, context.Context) (rpc.Dialer, error)
- func ConfigRequestAccessWithPassphraseAndConcurrency(config uplink.Config, ctx context.Context, ...) (*uplink.Access, error)
- func ConfigSetConnectionPool(*uplink.Config, *rpcpool.Pool)
- func ConfigSetMaximumBufferSize(*uplink.Config, int)
- func ConfigSetSatelliteConnectionPool(*uplink.Config, *rpcpool.Pool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AccessGetAPIKey ¶ added in v1.4.6
AccessGetAPIKey exposes Access.getAPIKey.
func AccessGetEncAccess ¶ added in v1.4.6
func AccessGetEncAccess(*uplink.Access) *grant.EncryptionAccess
AccessGetEncAccess exposes Access.getEncAccess.
func ConfigDisableBackgroundQoS ¶ added in v1.13.0
ConfigDisableBackgroundQoS exposes Config.disableBackgroundQoS.
func ConfigDisableObjectKeyEncryption ¶ added in v1.11.0
ConfigDisableObjectKeyEncryption exposes Config.disableObjectKeyEncryption.
func ConfigGetDialer ¶ added in v1.4.6
ConfigGetDialer exposes Config.getDialer.
func ConfigRequestAccessWithPassphraseAndConcurrency ¶ added in v1.4.6
func ConfigRequestAccessWithPassphraseAndConcurrency(config uplink.Config, ctx context.Context, satelliteAddress, apiKey, passphrase string, concurrency uint8) (*uplink.Access, error)
ConfigRequestAccessWithPassphraseAndConcurrency exposes Config.requestAccessWithPassphraseAndConcurrency.
func ConfigSetConnectionPool ¶ added in v1.4.6
ConfigSetConnectionPool exposes Config.setConnectionPool.
func ConfigSetMaximumBufferSize ¶ added in v1.8.0
ConfigSetMaximumBufferSize exposes Config.setMaximumBufferSize.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.