Documentation ¶
Index ¶
- Variables
- func InstanceName(url string) (bool, error)
- func LocalPath(localMountPoint string) (bool, error)
- func LogFile(logFilePath string) (bool, error)
- func RefreshTokenRenew(minutes int) (bool, error)
- func RemotePath(remotePath string) (bool, error)
- func S3Endpoint(endpoint string) (bool, error)
- func WebURL(url string) (bool, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoValidFile = errors.New("no valid file") ErrNoValidLogFile = errors.New("no valid log file") ErrNoValidPath = errors.New("no valid path") ErrNoValidEndpoint = errors.New("no valid s3 endpoint") ErrNoValidWebURL = errors.New("no valid web URL") ErrNoValidS3RemotePath = errors.New("no valid s3 remote path") ErrNoValidInstanceName = errors.New("no valid instance name") ErrNoValidRefreshTokenRenewTime = errors.New("no valid refresh token time duration: min 15min") )
Functions ¶
func InstanceName ¶
func RefreshTokenRenew ¶ added in v1.0.1
func RemotePath ¶
func S3Endpoint ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.