share

package
v0.0.0-...-ae3a0e2 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2023 License: MIT Imports: 4 Imported by: 4

Documentation

Index

Constants

View Source
const (
	CACHE_FILE_NAME = ".oss_pusher_hash"

	MODE_PUSHER = "pusher"
	MODE_SYNCER = "syncer"

	TASK_STATUS_PROCESSING = "processing"
	TASK_STATUS_DONE       = "done"
	TASK_STATUS_PENDING    = "pending"

	OSS_PROVIDER_QI_NIU = "qiniu"
)

Variables

View Source
var (
	ExPath string
)
View Source
var (
	OSSNotSupport = errors.New("not support other oss yet.")
)

Functions

This section is empty.

Types

type WatcherGetter

type WatcherGetter interface {
	GetLocalPath() string
	GetRemotePath() string
	GetInterval() time.Duration
}

Jump to

Keyboard shortcuts

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