Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsFilePath ¶ added in v0.3.0
func StringKeys ¶ added in v0.3.0
StringKeys returns sorted keys.
func UniqueStringSlice ¶ added in v0.3.0
UniqueStringSlice returns unique slice.
Types ¶
type InvalidFlagError ¶ added in v0.3.0
type InvalidFlagError struct {
// contains filtered or unexported fields
}
InvalidArgumentError is an invalid flag parameter error.
func (*InvalidFlagError) Error ¶ added in v0.3.0
func (e *InvalidFlagError) Error() string
Error returns error message.
type TimeoutError ¶ added in v0.3.0
type TimeoutError struct {
// contains filtered or unexported fields
}
TimeoutError returns in util.Timeout when a timeout occurs.
func (*TimeoutError) Error ¶ added in v0.3.0
func (err *TimeoutError) Error() string
Error returns error message.
Click to show internal directories.
Click to hide internal directories.