Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// PictureDirPath: 写真の保存先のパス
PictureDirPath string
// VRCLogDirPath: VRChatのログディレクトリのパス
VRCLogDirPath string
// contains filtered or unexported fields
}
func (*Config) CheckDirectoriesExist ¶
CheckDirectoriesExist: 設定されたディレクトリが存在するか確認する
func (*Config) SetRootDirPath ¶
SetRootDirPath: 監視対象のルートディレクトリのパスを設定
func (*Config) SetVRCLogDirPath ¶
SetVRCLogDirPath: VRChatのログディレクトリのパスを設定
Click to show internal directories.
Click to hide internal directories.