types

package
v0.0.1-alpha1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

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

type ConcurrentZipWriter struct {
	sync.Mutex

	Zw *zip.Writer
}

func NewConcurrentZipWriter

func NewConcurrentZipWriter(w io.Writer) *ConcurrentZipWriter

func (*ConcurrentZipWriter) Close

func (czw *ConcurrentZipWriter) Close() error

func (*ConcurrentZipWriter) ZipWrite

func (czw *ConcurrentZipWriter) ZipWrite(filename string, data []byte) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL