package
Version:
v1.9.0-dev-20241215
Opens a new window with list of versions in this module.
Published: Dec 15, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 20
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
RetryInterval = time.Second
RetryCount = 60
TimeoutBeginErrorMessage = "timeout waiting for the datasource file processing begin"
)
NewRouter creates and configures a mux router
func NewServer(parentCtx context.Context, listenAddr, syncListenAddr, checksum, sourceType, biName, biUUID, diskPathInContainer string, parameters map[string]string, credential map[string]string, handler sync.Handler) error
func LaunchService(ctx context.Context, cancel context.CancelFunc,
syncListenAddr, checksum, sourceType, name, uuid, diskPathInContainer string,
parameters map[string]string, credential map[string]string) (*Service, error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.