Documentation
¶
Index ¶
Constants ¶
View Source
const ( MAX_RETRIES = 5 RETRY_DELAY = 3 * time.Second )
Variables ¶
This section is empty.
Functions ¶
func MoveToWorldNameDir ¶
func MoveToWorldNameDir(opts MoveToWorldNameDirOpts, convertToJpeg bool, jpegQuality int) error
MoveToWorldNameDir: 写真をワールド名のディレクトリに移動
Types ¶
type MoveToWorldNameDirOpts ¶
type MoveToWorldNameDirOpts struct {
PicturePath string
TargetDirPath string
WorldVisit *logparser.WorldVisit
}
Click to show internal directories.
Click to hide internal directories.