Documentation ¶
Index ¶
Constants ¶
View Source
const ( DealIDKey = "dealId" PoolIDKey = "poolId" RequesterAddressKey = "requesterAccount" AuthAlgorithmHeaderKey = "algorithm" AuthKeyIDHeaderKey = "keyId" AuthNonceHeaderKey = "nonce" AuthSignatureHeaderKey = "signature" RequesterAddressParamKey = "requester_address" )
Variables ¶
View Source
var (
ErrNoGrpcConnection = errors.New("no gRPC connection")
)
Functions ¶
This section is empty.
Types ¶
type ConcurrentZipWriter ¶
func NewConcurrentZipWriter ¶
func NewConcurrentZipWriter(w io.Writer) *ConcurrentZipWriter
func (*ConcurrentZipWriter) Close ¶
func (czw *ConcurrentZipWriter) Close() error
Click to show internal directories.
Click to hide internal directories.